(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/incremental-parser-objects.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-xml.sax.xmlreader.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/input-source-objects.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 13.8.2 IncrementalParser Objects Up: 13.8 xml.sax.xmlreader Next: 13.8.4 InputSource Objects
13.8.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.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/incremental-parser-objects.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-xml.sax.xmlreader.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/input-source-objects.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 13.8.2 IncrementalParser Objects Up: 13.8 xml.sax.xmlreader Next: 13.8.4 InputSource Objects
See About this document... for information on suggesting changes.