Home
last modified time | relevance | path

Searched refs:xmlparser (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Doc/library/
Dpyexpat.rst31 :class:`xmlparser`, that represents the current state of an XML parser. After
32 an :class:`xmlparser` object has been created, various attributes of the object
70 Creates and returns a new :class:`xmlparser` object. *encoding*, if specified,
109 the :class:`xmlparser` instance returned can only be used to parse a single
124 :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 …]
Dxml.etree.elementtree.rst960 .. _elementtree-xmlparser-objects:
/external/python/cpython3/Doc/library/
Dpyexpat.rst30 :class:`xmlparser`, that represents the current state of an XML parser. After
31 an :class:`xmlparser` object has been created, various attributes of the object
69 Creates and returns a new :class:`xmlparser` object. *encoding*, if specified,
108 the :class:`xmlparser` instance returned can only be used to parse a single
124 :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 …]
Dxml.etree.elementtree.rst1049 .. _elementtree-xmlparser-objects:
/external/webrtc/webrtc/libjingle/xmllite/
Dxmllite.gyp39 'xmlparser.cc',
40 'xmlparser.h',
/external/guice/extensions/struts2/lib/
Djsp-2.1.jar ... jasper/servlet/ org/apache/jasper/xmlparser/ org/apache/jasper/runtime/ org ...
/external/icu/icu4c/source/tools/toolutil/
DMakefile.in61 ucbuf.o xmlparser.o writesrc.o \
/external/python/cpython2/Modules/
D_elementtree.c2526 xmlparser(PyObject* self_, PyObject* args, PyObject* kw) function
2965 {"XMLParser", (PyCFunction) xmlparser, METH_VARARGS|METH_KEYWORDS},
2966 {"XMLTreeBuilder", (PyCFunction) xmlparser, METH_VARARGS|METH_KEYWORDS},
/external/python/cpython2/Misc/NEWS.d/
D2.7.7rc1.rst933 one XML document per pyexpat xmlparser instance. (Original patches by
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst4488 one XML document per pyexpat xmlparser instance. (Original patches by
/external/python/cpython3/Misc/
DHISTORY2069 to parse more than one XML document per pyexpat xmlparser instance.