Home | Trees | Indices | Help |
|
---|
|
Utility code for easy input and output of XML.
The current implementation uses xml.dom.minidom under the hood for parsing.
Classes | |
Fragment A collection of XML elements. |
|
Element Simple XML output generator based on the builder pattern. |
|
ParsedElement Representation of an XML element that was parsed from a string or file. |
Functions | |||
|
Function Details |
Parse an XML document provided as string or file-like object. Returns an instance of ParsedElement that can be used to traverse the parsed document. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Mar 11 14:53:35 2011 | http://epydoc.sourceforge.net |