|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.dotmarketing.util.diff.html.dom.Node
com.dotmarketing.util.diff.html.dom.TextNode
com.dotmarketing.util.diff.html.dom.ImageNode
public class ImageNode
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 |
|---|
| Fields inherited from class com.dotmarketing.util.diff.html.dom.Node |
|---|
parent |
| Constructor Summary | |
|---|---|
ImageNode(TagNode parent,
org.xml.sax.Attributes attrs)
|
|
| Method Summary | |
|---|---|
org.xml.sax.helpers.AttributesImpl |
getAttributes()
|
boolean |
isSameText(java.lang.Object other)
|
| Methods inherited from class com.dotmarketing.util.diff.html.dom.TextNode |
|---|
copyTree, getLeftMostChild, getMinimalDeletedSet, getModification, getRightMostChild, getText, setModification, toString |
| Methods inherited from class com.dotmarketing.util.diff.html.dom.Node |
|---|
detectIgnorableWhiteSpace, getLastCommonParent, getParent, getParentTree, getRoot, inPre, isWhiteAfter, isWhiteBefore, setParent, setWhiteAfter, setWhiteBefore |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ImageNode(TagNode parent,
org.xml.sax.Attributes attrs)
| Method Detail |
|---|
public boolean isSameText(java.lang.Object other)
isSameText in class TextNodepublic org.xml.sax.helpers.AttributesImpl getAttributes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||