Package org.outerj.daisy.diff.html.dom
Class TextNode
java.lang.Object
org.outerj.daisy.diff.html.dom.Node
org.outerj.daisy.diff.html.dom.TextNode
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
ImageNode,SeparatingNode,WhiteSpaceNode
Represents a piece of text in the HTML file.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopyTree()getMinimalDeletedSet(long id) getText()booleanisSameText(Object other) voidtoString()Methods inherited from class org.outerj.daisy.diff.html.dom.Node
detectIgnorableWhiteSpace, getLastCommonParent, getParent, getParentTree, getRoot, inPre, isWhiteAfter, isWhiteBefore, setParent, setRoot, setWhiteAfter, setWhiteBefore
-
Constructor Details
-
TextNode
-
-
Method Details
-
copyTree
-
getLeftMostChild
- Specified by:
getLeftMostChildin classNode
-
getMinimalDeletedSet
- Specified by:
getMinimalDeletedSetin classNode
-
getModification
-
getRightMostChild
- Specified by:
getRightMostChildin classNode
-
getText
-
isSameText
-
setModification
-
toString
-