Lines Matching full:parsers
1 :mod:`xml.parsers.expat` --- Fast XML parsing using Expat
4 .. module:: xml.parsers.expat
28 The :mod:`xml.parsers.expat` module is a Python interface to the Expat
59 The :mod:`xml.parsers.expat` module contains two functions:
250 :exc:`xml.parsers.expat.ExpatError` exception.
498 :data:`errors.messages <xml.parsers.expat.errors.messages>` dictionary maps
501 from xml.parsers.expat import ParserCreate, ExpatError, errors
509 The :mod:`~xml.parsers.expat.errors` module also provides error message
510 constants and a dictionary :data:`~xml.parsers.expat.errors.codes` mapping
533 import xml.parsers.expat
543 p = xml.parsers.expat.ParserCreate()
573 .. module:: xml.parsers.expat.model
582 :mod:`xml.parsers.expat.model` module. These constants can be collected in two
654 .. module:: xml.parsers.expat.errors
656 The following constants are provided in the :mod:`xml.parsers.expat.errors`
803 standard build of the :mod:`xml.parsers.expat` module.