public class TextNode extends Node implements Cloneable
| Modifier and Type | Method and Description |
|---|---|
Node |
copyTree() |
Node |
getLeftMostChild() |
List<Node> |
getMinimalDeletedSet(long id) |
Modification |
getModification() |
Node |
getRightMostChild() |
String |
getText() |
boolean |
isSameText(TextNode otherTextNode) |
void |
setModification(Modification m) |
String |
toString() |
detectIgnorableWhiteSpace, getLastCommonParent, getParent, getParentTree, getRoot, inPre, isWhiteAfter, isWhiteBefore, setParent, setRoot, setWhiteAfter, setWhiteBeforepublic Node getLeftMostChild()
getLeftMostChild in class Nodepublic List<Node> getMinimalDeletedSet(long id)
getMinimalDeletedSet in class Nodepublic Modification getModification()
public Node getRightMostChild()
getRightMostChild in class Nodepublic String getText()
public boolean isSameText(TextNode otherTextNode)
public void setModification(Modification m)
Copyright © 2022. All rights reserved.