org.attoparser.markup.dom
Interface IDocument

All Superinterfaces:
INestableNode, INode
All Known Implementing Classes:
Document

public interface IDocument
extends INestableNode

Common interface for attoDOM documents.

Since:
1.1
Author:
Daniel Fernández

Method Summary
 String getDocumentName()
           
 void setDocumentName(String documentName)
           
 
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
cloneNode, getCol, getLine, getParent, hasCol, hasLine, hasParent, setCol, setLine, setParent
 

Method Detail

getDocumentName

String getDocumentName()

setDocumentName

void setDocumentName(String documentName)


Copyright © 2013 The ATTOPARSER team. All Rights Reserved.