org.attoparser.markup.dom.impl
Class Document

Object
  extended by org.attoparser.markup.dom.impl.AbstractNode
      extended by org.attoparser.markup.dom.impl.AbstractNestableNode
          extended by 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

Constructor Summary
Document(String documentName)
           
 
Method Summary
 Document cloneNode(INestableNode parent)
           
 String getDocumentName()
           
 void setDocumentName(String documentName)
           
 
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 org.attoparser.markup.dom.impl.AbstractNode
getCol, getLine, getParent, hasCol, hasLine, hasParent, setCol, setLine, setParent
 
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
 
Methods inherited from interface org.attoparser.markup.dom.INode
getCol, getLine, getParent, hasCol, hasLine, hasParent, setCol, setLine, setParent
 

Constructor Detail

Document

public Document(String documentName)
Method Detail

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 © 2013 The ATTOPARSER team. All Rights Reserved.