Inherits Node.
Inherited by ImageNode, and WhiteSpaceNode.
Public Member Functions | |
__construct ($parent, $text) | |
copyTree () | |
getLeftMostChild () | |
getRightMostChild () | |
getMinimalDeletedSet ($id, &$allDeleted, &$somethingDeleted) | |
isSameText ($other) | |
Static Public Member Functions | |
static | toDiffLine (TextNode $node) |
Public Attributes | |
$text | |
$modification |
Definition at line 305 of file Nodes.php.
TextNode::__construct | ( | $ | parent, | |
$ | text | |||
) |
TextNode::getMinimalDeletedSet | ( | $ | id, | |
&$ | allDeleted, | |||
&$ | somethingDeleted | |||
) |
TextNode::isSameText | ( | $ | other | ) |
TextNode::$text |