
Public Member Functions | |
| def | __init__ |
| Constructor of xmlCharactersElement. | |
| def | toString |
| Returns Element representation. | |
| def | getCharacters |
| Returns the text of the element. | |
Public Attributes | |
| chars | |
| Text of the Element. | |
| type | |
| Element type. | |
Character node in the our tree XML element structure.
It represents characters node and contains the text between the tags of Structured element (<element>text</element>)
| def xmlmanipulators::xmlCharactersElement::__init__ | ( | self, | ||
| level, | ||||
| parent, | ||||
| chars | ||||
| ) |
Constructor of xmlCharactersElement.
| self | The object pointer. | |
| level | Nested level. | |
| parent | Parent of the node (actual structure or None). | |
| chars | Text of the element. |
| def xmlmanipulators::xmlCharactersElement::getCharacters | ( | self | ) |
Returns the text of the element.
| self | The object pointer. |
| def xmlmanipulators::xmlCharactersElement::toString | ( | self | ) |
Returns Element representation.
| self | The object pointer. |
Reimplemented from xmlmanipulators::xmlElement.
Text of the Element.
1.5.8