org.attoparser.markup.dom.impl
Class Document
Object
org.attoparser.markup.dom.impl.AbstractNode
org.attoparser.markup.dom.impl.AbstractNestableNode
org.attoparser.markup.dom.impl.Document
- All Implemented Interfaces:
- Serializable, IDocument, INestableNode, INode
public class Document
- extends AbstractNestableNode
- implements IDocument, Serializable
Default implementation of the IDocument interface.
- Since:
- 1.1
- Author:
- Daniel Fernández
- See Also:
- Serialized Form
| Methods inherited from class org.attoparser.markup.dom.impl.AbstractNestableNode |
addChild, clearChildren, getChildren, getChildrenOfType, getFirstChild, getFirstChildOfType, hasChildren, insertChild, insertChildAfter, insertChildBefore, numChildren, removeChild |
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.attoparser.markup.dom.INestableNode |
addChild, clearChildren, getChildren, getChildrenOfType, getFirstChild, getFirstChildOfType, hasChildren, insertChild, insertChildAfter, insertChildBefore, numChildren, removeChild |
Document
public Document(String documentName)
getDocumentName
public String getDocumentName()
- Specified by:
getDocumentName in interface IDocument
setDocumentName
public void setDocumentName(String documentName)
- Specified by:
setDocumentName in interface IDocument
cloneNode
public Document cloneNode(INestableNode parent)
- Specified by:
cloneNode in interface INode
Copyright © 2012 The ATTOPARSER team. All Rights Reserved.