Package org.attoparser.dom
Class Document
java.lang.Object
org.attoparser.dom.AbstractNode
org.attoparser.dom.AbstractNestableNode
org.attoparser.dom.Document
- All Implemented Interfaces:
Serializable
,INestableNode
,INode
Root object for a DOM object tree produced by the DOMBuilderMarkupHandler
handler or the IDOMMarkupParser
parser implementations.
- Since:
- 2.0.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncloneNode
(INestableNode parent) void
setDocumentName
(String documentName) Methods inherited from class org.attoparser.dom.AbstractNestableNode
addChild, clearChildren, getChildren, getChildrenOfType, getFirstChild, getFirstChildOfType, hasChildren, insertChild, insertChildAfter, insertChildBefore, numChildren, removeChild
Methods inherited from class org.attoparser.dom.AbstractNode
getCol, getLine, getParent, hasCol, hasLine, hasParent, setCol, setLine, setParent