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()
boolean
isSameText
(Object other) void
toString()
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:
getLeftMostChild
in classNode
-
getMinimalDeletedSet
- Specified by:
getMinimalDeletedSet
in classNode
-
getModification
-
getRightMostChild
- Specified by:
getRightMostChild
in classNode
-
getText
-
isSameText
-
setModification
-
toString
-