Interface for associating a SAX event with a document location. A locator object will return valid results only during calls to DocumentHandler methods; at any other time, the results are unpredictable.
There are no base classes.
There are no implemented interfaces.
There are no attributes in this class.
getColumnNumber()
Return the column number where the current event ends.
getLineNumber()
Return the line number where the current event ends.
getPublicId()
Return the public identifier for the current event.
getSystemId()
Return the system identifier for the current event.