Searched refs:xmlparser (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Doc/library/ |
D | pyexpat.rst | 31 :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 …]
|
D | xml.etree.elementtree.rst | 960 .. _elementtree-xmlparser-objects:
|
/external/webrtc/webrtc/libjingle/xmllite/ |
D | xmllite.gyp | 39 'xmlparser.cc', 40 'xmlparser.h',
|
/external/icu/icu4c/source/tools/toolutil/ |
D | Makefile.in | 61 ucbuf.o xmlparser.o writesrc.o \
|
/external/python/cpython2/Modules/ |
D | _elementtree.c | 2471 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/ |
D | NEWS | 2344 to parse more than one XML document per pyexpat xmlparser instance.
|