Inheritance diagram for DzDomText:

Constructors | |
| DzDomText () | |
Methods | |
| DzDomNode | splitText (Number offset) |
Represents a text node in a DOM document.
| DzDomText::DzDomText | ( | ) |
Default constructor. Typically, you will not construct these directly, but will call DzDomDocument::createText() to create a new text node as a member of a document.
Splits the text node into two text nodes with offset characters in the first node.