Home | Trees | Indices | Help |
|
---|
|
Simplexml module provides xmpppy library with all needed tools to handle XML nodes and XML streams. I'm personally using it in many other separate projects. It is designed to be as standalone as possible.
|
|||
Node Node class describes syntax of separate XML Node. |
|||
T Auxiliary class used to quick access to node's child nodes. |
|||
NT Auxiliary class used to quick create node's child nodes. |
|||
NodeBuilder Builds a Node class minidom from data parsed to it. |
|
|||
|
|||
|
|||
|
|||
|
|
|||
ENCODING =
|
|||
DBG_NODEBUILDER =
|
|||
__package__ =
|
|
Converts supplied textual string into XML node. Handy f.e. for reading configuration file. Raises xml.parser.expat.parsererror if provided string is not well-formed XML. |
Converts supplied textual string into XML node. Survives if xml data is cutted half way round. I.e. "<html>some text <br>some more text". Will raise xml.parser.expat.parsererror on misplaced tags though. F.e. "<b>some text <br>some more text</b>" will not work. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Sep 25 18:45:11 2014 | http://epydoc.sourceforge.net |