Uses of Class
com.japisoft.fastparser.document.Document

Packages that use Document
com.japisoft.fastparser   
com.japisoft.fastparser.document   
com.japisoft.fastparser.dom   
com.japisoft.fastparser.node   
 

Uses of Document in com.japisoft.fastparser
 

Methods in com.japisoft.fastparser that return Document
 Document Parser.getDocument()
           
 

Uses of Document in com.japisoft.fastparser.document
 

Methods in com.japisoft.fastparser.document that return Document
 Document DocumentBuilder.getDocument()
           
 Document DocumentBuilderImpl.getDocument()
           
 

Uses of Document in com.japisoft.fastparser.dom
 

Methods in com.japisoft.fastparser.dom with parameters of type Document
 void DomNodeFactory.setRefDocument(Document doc)
           
 

Constructors in com.japisoft.fastparser.dom with parameters of type Document
DocumentImpl(Document d)
           
 

Uses of Document in com.japisoft.fastparser.node
 

Methods in com.japisoft.fastparser.node that return Document
 Document SimpleNode.getDocument()
           
 

Methods in com.japisoft.fastparser.node with parameters of type Document
 void NodeFactory.setRefDocument(Document doc)
          Specified the reference document
 void NodeFactoryImpl.setRefDocument(Document doc)
           
 void SimpleNode.setDocument(Document doc)
          Owner document for this node