Home
last modified time | relevance | path

Searched refs:minidom (Results 1 – 25 of 57) sorted by relevance

123

/external/python/cpython2/Doc/library/
Dxml.dom.minidom.rst1 :mod:`xml.dom.minidom` --- Minimal DOM implementation
4 .. module:: xml.dom.minidom
13 **Source code:** :source:`Lib/xml/dom/minidom.py`
17 :mod:`xml.dom.minidom` is a minimal implementation of the Document Object
26 The :mod:`xml.dom.minidom` module is not secure against
32 :mod:`xml.dom.minidom`, this is done through the parse functions::
34 from xml.dom.minidom import parse, parseString
76 :mod:`xml.dom.minidom` module. Using the implementation from the
77 :mod:`xml.dom.minidom` module will always return a :class:`Document` instance
78 from the minidom implementation, while the version from :mod:`xml.dom` may
[all …]
Dxml.rst36 * :mod:`xml.dom.minidom`: a minimal DOM implementation
60 kind sax etree minidom pulldom xml…
71 2. :mod:`xml.dom.minidom` doesn't expand external entities and simply returns
/external/python/cpython3/Doc/library/
Dxml.dom.minidom.rst1 :mod:`xml.dom.minidom` --- Minimal DOM implementation
4 .. module:: xml.dom.minidom
11 **Source code:** :source:`Lib/xml/dom/minidom.py`
15 :mod:`xml.dom.minidom` is a minimal implementation of the Document Object
24 The :mod:`xml.dom.minidom` module is not secure against
30 :mod:`xml.dom.minidom`, this is done through the parse functions::
32 from xml.dom.minidom import parse, parseString
74 :mod:`xml.dom.minidom` module. Once you have a :class:`Document`, you
77 from xml.dom.minidom import getDOMImplementation
97 objects. :meth:`unlink` is an :mod:`xml.dom.minidom`\ -specific
[all …]
Dxml.dom.pulldom.rst65 ``node`` is an object of type :class:`xml.dom.minidom.Document`,
66 :class:`xml.dom.minidom.Element` or :class:`xml.dom.minidom.Text`.
121 :class:`xml.dom.minidom.Document` if event equals :data:`START_DOCUMENT`,
122 :class:`xml.dom.minidom.Element` if event equals :data:`START_ELEMENT` or
123 :data:`END_ELEMENT` or :class:`xml.dom.minidom.Text` if event equals
Dxml.rst41 * :mod:`xml.dom.minidom`: a minimal DOM implementation
64 kind sax etree minidom pulldom xml…
75 2. :mod:`xml.dom.minidom` doesn't expand external entities and simply returns
Dmarkup.rst21 xml.dom.minidom.rst
/external/python/cpython3/Lib/xml/dom/
Dexpatbuilder.py30 from xml.dom import xmlbuilder, minidom, Node
33 from xml.dom.minidom import _append_child, _set_attribute_node
45 theDOMImplementation = minidom.getDOMImplementation()
49 "CDATA": minidom.TypeInfo(None, "cdata"),
50 "ENUM": minidom.TypeInfo(None, "enumeration"),
51 "ENTITY": minidom.TypeInfo(None, "entity"),
52 "ENTITIES": minidom.TypeInfo(None, "entities"),
53 "ID": minidom.TypeInfo(None, "id"),
54 "IDREF": minidom.TypeInfo(None, "idref"),
55 "IDREFS": minidom.TypeInfo(None, "idrefs"),
[all …]
/external/python/cpython2/Lib/xml/dom/
Dexpatbuilder.py30 from xml.dom import xmlbuilder, minidom, Node
33 from xml.dom.minidom import _append_child, _set_attribute_node
47 theDOMImplementation = minidom.getDOMImplementation()
51 "CDATA": minidom.TypeInfo(None, "cdata"),
52 "ENUM": minidom.TypeInfo(None, "enumeration"),
53 "ENTITY": minidom.TypeInfo(None, "entity"),
54 "ENTITIES": minidom.TypeInfo(None, "entities"),
55 "ID": minidom.TypeInfo(None, "id"),
56 "IDREF": minidom.TypeInfo(None, "idref"),
57 "IDREFS": minidom.TypeInfo(None, "idrefs"),
[all …]
/external/google-breakpad/src/testing/gtest/test/
Dgtest_xml_outfiles_test.py37 from xml.dom import minidom, Node
118 expected = minidom.parseString(expected_xml)
120 actual = minidom.parse(output_file1)
122 actual = minidom.parse(output_file2)
Dgtest_xml_output_unittest.py41 from xml.dom import minidom, Node
262 actual = minidom.parse(xml_path)
274 expected = minidom.parseString(expected_xml)
/external/googletest/googletest/test/
Dgtest_xml_outfiles_test.py35 from xml.dom import minidom, Node
121 expected = minidom.parseString(expected_xml)
123 actual = minidom.parse(output_file1)
125 actual = minidom.parse(output_file2)
Dgtest_xml_output_unittest.py39 from xml.dom import minidom, Node
363 actual = minidom.parse(xml_path)
377 expected = minidom.parseString(expected_xml)
/external/parameter-framework/upstream/tools/xmlGenerator/
DhostConfig.py32 import xml.dom.minidom
41 dom = xml.dom.minidom.parse(infile)
/external/python/cpython3/Doc/includes/
Dminidom-example.py1 import xml.dom.minidom
19 dom = xml.dom.minidom.parseString(document)
/external/python/cpython2/Doc/includes/
Dminidom-example.py1 import xml.dom.minidom
19 dom = xml.dom.minidom.parseString(document)
/external/deqp/external/openglcts/scripts/verify/
Dsummary.py23 import xml.dom.minidom
34 doc = xml.dom.minidom.parse(filename)
Dverify_es.py25 import xml.dom.minidom
49 doc = xml.dom.minidom.parseString(log)
121 doc = xml.dom.minidom.parse(mustpassXML)
/external/cldr/tools/python/src/cldr/
Drefmirror.py20 from xml.dom import minidom
66 dom = minidom.parse(filepath)
/external/deqp/scripts/log/
Dlog_parser.py24 import xml.dom.minidom
168 doc = xml.dom.minidom.parseString(log)
Dlog_to_xml.py26 import xml.dom.minidom
144 dstDoc = xml.dom.minidom.Document()
/external/autotest/client/cros/update_engine/
Dnano_omaha_devserver.py12 from xml.dom import minidom
174 request_dom = minidom.parseString(request_string)
/external/owasp/sanitizer/tools/
Dcut_release.py12 import xml.dom.minidom
70 svn_info = xml.dom.minidom.parseString(svn_info_xml)
/external/python/cpython2/Misc/NEWS.d/
D2.7.1.rst63 Don't claim DOM level 3 conformance in minidom.
81 Fix AttributeError raised by ``xml.dom.minidom`` when an empty XML namespace
/external/deqp/scripts/
Dmustpass.py32 import xml.dom.minidom as minidom namespace
283 reparsed = minidom.parseString(uglyString)
/external/deqp/external/openglcts/scripts/
Dmustpass.py26 import xml.dom.minidom as minidom namespace
233 reparsed = minidom.parseString(uglyString)

123