
Public Member Functions | |
| def | __init__ |
| Constructor of xmlCommentElement. | |
| def | toString |
| Returns Element representation. | |
| def | getComment |
| Returns the text of the comment. | |
Public Attributes | |
| comment | |
| Text of the comment. | |
| type | |
| Element type. | |
Comment node in the our tree XML element structure.
It represents comment node and contains the text of the comment.
| def xmlmanipulators::xmlCommentElement::__init__ | ( | self, | ||
| level, | ||||
| parent, | ||||
| comment | ||||
| ) |
Constructor of xmlCommentElement.
| self | The object pointer. | |
| level | Nested level. | |
| parent | Parent of the node (actual structure or None). | |
| comment | Text of the comment. |
| def xmlmanipulators::xmlCommentElement::getComment | ( | self | ) |
Returns the text of the comment.
| self | The object pointer. |
| def xmlmanipulators::xmlCommentElement::toString | ( | self | ) |
Returns Element representation.
| self | The object pointer. |
Reimplemented from xmlmanipulators::xmlElement.
Text of the comment.
1.5.8