Home | Trees | Indices | Help |
|
---|
|
Builds a Node class minidom from data parsed to it. This class used for two purposes:
- Creation an XML Node from a textual representation. F.e. reading a config file. See an XML2Node method.
- Handling an incoming XML stream. This is done by mangling the __dispatch_depth parameter and redefining the dispatch method.
You do not need to use this class directly if you do not designing your own XML handler
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Take two optional parameters: "data" and "initial_node" By default class initialised with empty Node class instance. Though, if "initial_node" is provided it used as "starting point". You can think about it as of "node upgrade". "data" (if provided) feeded to parser immidiatedly after instance init. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jul 26 11:25:15 2013 | http://epydoc.sourceforge.net |