Package org.outerj.daisy.diff.html.dom
Class ImageNode
java.lang.Object
org.outerj.daisy.diff.html.dom.Node
org.outerj.daisy.diff.html.dom.TextNode
org.outerj.daisy.diff.html.dom.ImageNode
- All Implemented Interfaces:
Cloneable
Represents an image in HTML. Even though images do not contain any text they
are single visible objects on the page. They are logically a
TextNode
.-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.outerj.daisy.diff.html.dom.TextNode
copyTree, getLeftMostChild, getMinimalDeletedSet, getModification, getRightMostChild, getText, 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
-
ImageNode
-
-
Method Details
-
isSameText
- Overrides:
isSameText
in classTextNode
-
getAttributes
-