Lines Matching refs:ElementTree
15 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>
299 [ElementTree][] object before serializing that back to Unicode text.
303 First, to get access to the ElementTree module import ElementTree from
305 the same version of ElementTree as markdown. The module is named ``etree``
310 ``markdown.etree`` tries to import ElementTree from any known location, first
313 first, then ``ElementTree`` if the faster C implementation is not available on
345 For more information about working with ElementTree see the ElementTree
347 ([Python Docs](http://docs.python.org/lib/module-xml.etree.ElementTree.html)).
587 [Working with the ElementTree]: #working_with_et
594 [ElementTree]: http://effbot.org/zone/element-index.htm