Home | Trees | Indices | Help |
|
---|
|
A quick DOM implementation.
Python's xml.dom is very slow. The xml.sax module is also slow (as it imports urllib2). This is our light-weight version.
Classes | |
Element An XML element. |
|
QSAXhandler SAXHandler that builds a tree of Elements |
|
Prefixes Keep track of namespace prefixes. |
Functions | |||
Element |
|
Function Details |
Parse an XML stream into a tree of Elements.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:06 2013 | http://epydoc.sourceforge.net |