Uses of Interface
com.japisoft.fastparser.document.DocumentBuilder

Packages that use DocumentBuilder
com.japisoft.fastparser   
com.japisoft.fastparser.document   
 

Uses of DocumentBuilder in com.japisoft.fastparser
 

Methods in com.japisoft.fastparser that return DocumentBuilder
 DocumentBuilder Parser.getDocumentBuilder()
           
 

Methods in com.japisoft.fastparser with parameters of type DocumentBuilder
 void Parser.setDocumentBuilder(DocumentBuilder db)
          Reset the builder for the document
 

Uses of DocumentBuilder in com.japisoft.fastparser.document
 

Classes in com.japisoft.fastparser.document that implement DocumentBuilder
 class DocumentBuilderImpl
          Build a document.