Mixin that makes childless-ness easy to implement and avoids the complexity of the Node methods that deal with children.
More...
Mixin that makes childless-ness easy to implement and avoids the complexity of the Node methods that deal with children.
Definition at line 290 of file element.py.
◆ _get_firstChild()
odf.element.Childless._get_firstChild |
( |
| self | ) |
|
|
protected |
◆ _get_lastChild()
odf.element.Childless._get_lastChild |
( |
| self | ) |
|
|
protected |
◆ appendChild()
odf.element.Childless.appendChild |
( |
| self, |
|
|
| node ) |
◆ hasChildNodes()
odf.element.Childless.hasChildNodes |
( |
| self | ) |
|
◆ insertBefore()
odf.element.Childless.insertBefore |
( |
| self, |
|
|
| newChild, |
|
|
| refChild ) |
◆ removeChild()
odf.element.Childless.removeChild |
( |
| self, |
|
|
| oldChild ) |
◆ replaceChild()
odf.element.Childless.replaceChild |
( |
| self, |
|
|
| newChild, |
|
|
| oldChild ) |
◆ attributes
odf.element.Childless.attributes = None |
|
static |
◆ childNodes
odf.element.Childless.childNodes = EmptyNodeList() |
|
static |
◆ firstChild
odf.element.Childless.firstChild = None |
|
static |
◆ lastChild
odf.element.Childless.lastChild = None |
|
static |
The documentation for this class was generated from the following file: