|
def | __init__ (self, data) |
|
def | __str__ (self) |
|
def | __unicode__ (self) |
|
def | toXml (self, level, f) |
| Write XML in UTF-8. More...
|
|
def | appendChild (self, node) |
| Raises an error. More...
|
|
def | hasChildNodes (self) |
|
def | insertBefore (self, newChild, refChild) |
| Raises an error. More...
|
|
def | removeChild (self, oldChild) |
| Raises an error. More...
|
|
def | replaceChild (self, newChild, oldChild) |
| Raises an error. More...
|
|
def | hasChildNodes (self) |
| Tells whether this element has any children; text nodes, subelements, whatever. More...
|
|
def | insertBefore (self, newChild, refChild) |
| Inserts the node newChild before the existing child node refChild. More...
|
|
def | appendChild (self, newChild) |
| Adds the node newChild to the end of the list of children of this node. More...
|
|
def | removeChild (self, oldChild) |
| Removes the child node indicated by oldChild from the list of children, and returns it. More...
|
|
def | __str__ (self) |
|
def | __unicode__ (self) |
|
Definition at line 261 of file element.py.
def odf.element.Text.__init__ |
( |
|
self, |
|
|
|
data |
|
) |
| |
def odf.element.Text.__str__ |
( |
|
self | ) |
|
def odf.element.Text.__unicode__ |
( |
|
self | ) |
|
def odf.element.Text.toXml |
( |
|
self, |
|
|
|
level, |
|
|
|
f |
|
) |
| |
odf.element.Text.nodeType = Node.TEXT_NODE |
|
static |
string odf.element.Text.tagName = "Text" |
|
static |
The documentation for this class was generated from the following file: