Searched refs:xmlparser (Results 1 – 11 of 11) sorted by relevance
31 :class:`xmlparser`, that represents the current state of an XML parser. After32 an :class:`xmlparser` object has been created, various attributes of the object70 Creates and returns a new :class:`xmlparser` object. *encoding*, if specified,109 the :class:`xmlparser` instance returned can only be used to parse a single124 :class:`xmlparser` objects have the following methods:127 .. method:: xmlparser.Parse(data[, isfinal])136 .. method:: xmlparser.ParseFile(file)143 .. method:: xmlparser.SetBase(base)152 .. method:: xmlparser.GetBase()158 .. method:: xmlparser.GetInputContext()[all …]
960 .. _elementtree-xmlparser-objects:
30 :class:`xmlparser`, that represents the current state of an XML parser. After31 an :class:`xmlparser` object has been created, various attributes of the object69 Creates and returns a new :class:`xmlparser` object. *encoding*, if specified,108 the :class:`xmlparser` instance returned can only be used to parse a single124 :class:`xmlparser` objects have the following methods:127 .. method:: xmlparser.Parse(data[, isfinal])136 .. method:: xmlparser.ParseFile(file)143 .. method:: xmlparser.SetBase(base)152 .. method:: xmlparser.GetBase()158 .. method:: xmlparser.GetInputContext()[all …]
1049 .. _elementtree-xmlparser-objects:
39 'xmlparser.cc',40 'xmlparser.h',
... jasper/servlet/ org/apache/jasper/xmlparser/ org/apache/jasper/runtime/ org ...
61 ucbuf.o xmlparser.o writesrc.o \
2526 xmlparser(PyObject* self_, PyObject* args, PyObject* kw) function2965 {"XMLParser", (PyCFunction) xmlparser, METH_VARARGS|METH_KEYWORDS},2966 {"XMLTreeBuilder", (PyCFunction) xmlparser, METH_VARARGS|METH_KEYWORDS},
933 one XML document per pyexpat xmlparser instance. (Original patches by
4488 one XML document per pyexpat xmlparser instance. (Original patches by
2069 to parse more than one XML document per pyexpat xmlparser instance.