Package org.outerj.daisy.diff.html.dom
Class WhiteSpaceNode
java.lang.Object
org.outerj.daisy.diff.html.dom.Node
org.outerj.daisy.diff.html.dom.TextNode
org.outerj.daisy.diff.html.dom.WhiteSpaceNode
- All Implemented Interfaces:
Cloneable
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionWhiteSpaceNode
(TagNode parent, String s) WhiteSpaceNode
(TagNode parent, String s, Node like) -
Method Summary
Methods inherited from class org.outerj.daisy.diff.html.dom.TextNode
copyTree, getLeftMostChild, getMinimalDeletedSet, getModification, getRightMostChild, getText, isSameText, setModification, 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
-
WhiteSpaceNode
-
WhiteSpaceNode
-
-
Method Details
-
isWhiteSpace
public static boolean isWhiteSpace(char c)
-