|
| root |
|
| stack |
|
| current |
|
| text_parts |
|
A class used to build the tree in an XML data structure
Assumptions:
None
Source:
N/A
◆ __init__()
def SUAVE.Input_Output.XML.load.TreeBuilder.__init__ |
( |
|
self | ) |
|
Base values for the class to function.
Assumptions:
None
Source:
N/A
Inputs:
None
Outputs:
None
Properties Used:
N/A
◆ characters()
def SUAVE.Input_Output.XML.load.TreeBuilder.characters |
( |
|
self, |
|
|
|
content |
|
) |
| |
Appends content. This is used by an external package.
Assumptions:
None
Source:
N/A
Inputs:
content
Outputs:
None
Properties Used:
self.text_parts
◆ endElement()
def SUAVE.Input_Output.XML.load.TreeBuilder.endElement |
( |
|
self, |
|
|
|
name |
|
) |
| |
End a new element. This is used by an external package.
Assumptions:
None
Source:
N/A
Inputs:
None used
Outputs:
None
Properties Used:
self.
stack
current.
content
elements
text_parts
◆ startElement()
def SUAVE.Input_Output.XML.load.TreeBuilder.startElement |
( |
|
self, |
|
|
|
name, |
|
|
|
attrs |
|
) |
| |
Starts a new element. This is used by an external package.
Assumptions:
None
Source:
N/A
Inputs:
name - tag for the data structure
attrs - items to be added to the data structure
Outputs:
None
Properties Used:
self.
stack
current.
tag
attributes
text_parts
The documentation for this class was generated from the following file:
- /Users/emiliobotero/Dropbox/SUAVE/SUAVE/trunk/SUAVE/Input_Output/XML/load.py