Package xml :: Package sax :: Module xmlreader :: Class Locator
[hide private]
[frames] | no frames]

_ClassType Locator

Known Subclasses:

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.

Instance Methods [hide private]
 
getColumnNumber(self)
Return the column number where the current event ends.
 
getLineNumber(self)
Return the line number where the current event ends.
 
getPublicId(self)
Return the public identifier for the current event.
 
getSystemId(self)
Return the system identifier for the current event.