(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/content-handler-objects.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-xml.sax.handler.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/entity-resolver-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.6.1 ContentHandler Objects Up: 13.6 xml.sax.handler Next: 13.6.3 EntityResolver Objects
13.6.2 DTDHandler Objects
DTDHandler instances provide the following methods:
- notationDecl (name, publicId, systemId)
- Handle a notation declaration event.
- unparsedEntityDecl (name, publicId, systemId, ndata)
- Handle an unparsed entity declaration event.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/content-handler-objects.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-xml.sax.handler.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/entity-resolver-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.6.1 ContentHandler Objects Up: 13.6 xml.sax.handler Next: 13.6.3 EntityResolver Objects
See About this document... for information on suggesting changes.