Python Library Reference
Previous:
13.12.2 IncrementalParser Objects
Up:
13.12 xml.sax.xmlreader
Next:
13.12.4 InputSource Objects
13.12.3 Locator Objects
Instances of
Locator
provide these methods:
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.
Release 2.3a0, documentation updated on March 24, 2002.
See
About this document...
for information on suggesting changes.