Uses of Interface
net.n3.nanoxml.IXMLBuilder

Packages that use IXMLBuilder
net.n3.nanoxml   
 

Uses of IXMLBuilder in net.n3.nanoxml
 

Classes in net.n3.nanoxml that implement IXMLBuilder
 class StdXMLBuilder
          StdXMLBuilder is a concrete implementation of IXMLBuilder which creates a tree of IXMLElement from an XML data source.
 

Methods in net.n3.nanoxml that return IXMLBuilder
 IXMLBuilder StdXMLParser.getBuilder()
          Returns the builder which creates the logical structure of the XML data.
 IXMLBuilder IXMLParser.getBuilder()
          Returns the builder which creates the logical structure of the XML data.
 

Methods in net.n3.nanoxml with parameters of type IXMLBuilder
static IXMLParser XMLParserFactory.createDefaultXMLParser(IXMLBuilder builder)
          Creates a default parser.
static IXMLParser XMLParserFactory.createXMLParser(java.lang.String className, IXMLBuilder builder)
          Creates a parser.
 void StdXMLParser.setBuilder(IXMLBuilder builder)
          Sets the builder which creates the logical structure of the XML data.
 void IXMLParser.setBuilder(IXMLBuilder builder)
          Sets the builder which creates the logical structure of the XML data.