Searched refs:ElementTree (Results 1 - 5 of 5) sorted by relevance

/external/markdown/markdown/
H A Detree_loader.py7 """Import the best implementation of ElementTree, return a module object."""
9 try: # Is it Python 2.5+ with C implemenation of ElementTree installed?
12 try: # Is it Python 2.5+ with Python implementation of ElementTree?
13 import xml.etree.ElementTree as etree
18 try: # An earlier version of Python with Python ElementTree?
19 import elementtree.ElementTree as etree
21 message(CRITICAL, "Failed to import ElementTree") namespace
29 message(CRITICAL, "For ElementTree version 1.1 or higher is required")
H A Dblockparser.py38 """ Parse Markdown blocks into an ElementTree object.
41 looping through them and creating an ElementTree object.
49 """ Parse a markdown document into an ElementTree.
51 Given a list of lines, an ElementTree object (not just a parent Element)
53 The ElementTree object is returned.
58 # Create a ElementTree from the lines
61 return markdown.etree.ElementTree(self.root)
H A Dhtml4.py4 # Taken from ElementTree 1.3 preview with slight modifications
12 # The ElementTree toolkit is
41 ElementTree = markdown.etree.ElementTree variable
273 write_html(ElementTree(element).getroot(),file,encoding)
/external/markdown/
H A Dregression-tests.py52 self.assert_(isinstance(tree, markdown.etree.ElementTree))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 104 milliseconds