Home
last modified time | relevance | path

Searched refs:ElementTree (Results 1 – 18 of 18) sorted by relevance

/external/markdown/docs/
DINSTALL7 Python-Markdown requires the ElementTree module to be installed. In Python2.5+
8 ElementTree is included as part of the standard library. For earlier versions
12 >>> import ElementTree
15 copy of ElementTree installed on your system. As cElementTree is faster, you
20 download the latest version of ElementTree.
28 easy_install ElementTree
Dwriting_extensions.txt15 As the parser builds an [ElementTree][] object which is later rendered
27 * [Working with the ElementTree][]
74 Accepts a match object and returns an ElementTree element of a plain
149 For specifics on manipulating the ElementTree, see
150 [Working with the ElementTree][] below.
154 Postprocessors manipulate the document after the ElementTree has been
162 Postprocessors are run after the ElementTree has been serialized back into
178 That Blockprocessor parses the block and adds it to the ElementTree. The
273 Given a list of lines, an ElementTree object is returned. This should be
296 <h3 id="working_with_et">Working with the ElementTree</h3>
[all …]
Drelease-2.0.txt26 * The old home-grown NanoDOM has been replaced with ElementTree. Therefore all
27 extensions must use ElementTree rather than the old NanoDOM.
38 ElementTree internally to build the (X)HTML document from markdown source text.
Drelease-2.0.2.txt6 ElementTree on older versions of Python (< 2.5). There have also been a few
DAUTHORS13 patterns, replaced the NanoDOM with ElementTree support and made various other
DCHANGE_LOG32 August 4 2008: Updated included extensions to ElementTree. Added a
35 July 2008: Switched from home-grown NanoDOM to ElementTree and
/external/deqp/scripts/
Dbuild_android_mustpass.py30 import xml.etree.cElementTree as ElementTree namespace
255 uglyString = ElementTree.tostring(doc, 'utf-8')
278 …return ElementTree.SubElement(parentElem, "TestInstance", glconfig=configuration.glconfig, rotatio…
281 caseElem = ElementTree.SubElement(parentElem, "Test", name=testCase.name)
287 …groupElem = ElementTree.SubElement(parentElem, "TestCase" if isLeafGroup(testGroup) else "TestSuit…
295 pkgElem = ElementTree.Element("TestPackage",
309 mustpassElem = ElementTree.Element("Mustpass", version = mustpass.version)
312 packageElem = ElementTree.SubElement(mustpassElem, "TestPackage", name = package.module.name)
315 configElem = ElementTree.SubElement(packageElem, "Configuration",
/external/markdown/markdown/
Detree_loader.py13 import xml.etree.ElementTree as etree
19 import elementtree.ElementTree as etree
Dhtml4.py41 ElementTree = markdown.etree.ElementTree variable
273 write_html(ElementTree(element).getroot(),file,encoding)
Dblockparser.py61 return markdown.etree.ElementTree(self.root)
/external/v8/tools/testrunner/local/
Djunit_output.py29 import xml.etree.ElementTree as xml
48 xml.ElementTree(self.root).write(file, "UTF-8")
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dinterface.py117 import xml.etree.ElementTree
136 tree = xml.etree.ElementTree.parse(path)
138 tree = xml.etree.ElementTree.fromstring(xml_path)
D__init__.py801 import xml.etree.ElementTree
805 tree = xml.etree.ElementTree.fromstring(policy_xml(path))
Dmanpage.py45 import xml.etree.ElementTree
48 tree = xml.etree.ElementTree.fromstring(policy_xml(path))
/external/jsoncpp/
Dmakerelease.py19 import xml.etree.ElementTree as ElementTree namespace
60 etree = ElementTree.fromstring( stdout )
/external/markdown/
Dregression-tests.py52 self.assert_(isinstance(tree, markdown.etree.ElementTree))
/external/fonttools/Lib/fontTools/ttLib/tables/
DS_V_G_.py8 import xml.etree.ElementTree as ET
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...