Home
last modified time | relevance | path

Searched refs:xmlparser (Results 1 – 6 of 6) 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/webrtc/webrtc/libjingle/xmllite/
Dxmllite.gyp39 'xmlparser.cc',
40 'xmlparser.h',
/external/icu/icu4c/source/tools/toolutil/
DMakefile.in61 ucbuf.o xmlparser.o writesrc.o \
/external/python/cpython2/Modules/
D_elementtree.c2471 xmlparser(PyObject* self_, PyObject* args, PyObject* kw) function
2876 {"XMLParser", (PyCFunction) xmlparser, METH_VARARGS|METH_KEYWORDS},
2877 {"XMLTreeBuilder", (PyCFunction) xmlparser, METH_VARARGS|METH_KEYWORDS},
/external/python/cpython2/Misc/
DNEWS2344 to parse more than one XML document per pyexpat xmlparser instance.