org.zkoss.xml
Interface Locator

All Superinterfaces:
Locator, SourceLocator

public interface Locator
extends Locator, SourceLocator

The interface represents the source locator.

Unfortunately, Java XML has two interfaces doing the same thing: org.w3c.sax.Locator and javax.xml.Transform.SourceLocator. This class is, thus, to provide to bridge both.

Our applications, that provide source location info, shall implements this interface, rather than any of above.

Author:
tomyeh

Method Summary
 
Methods inherited from interface org.xml.sax.Locator
getColumnNumber, getLineNumber, getPublicId, getSystemId
 
Methods inherited from interface javax.xml.transform.SourceLocator
getColumnNumber, getLineNumber, getPublicId, getSystemId
 



Copyright © 2011. All Rights Reserved.