Open SiteSearch 4.1.1
Final

Uses of Interface
ORG.oclc.xml.om.ElementFactory

Packages that use ElementFactory
ORG.oclc.xml.om   
ORG.oclc.xml.parser   
 

Uses of ElementFactory in ORG.oclc.xml.om
 

Classes in ORG.oclc.xml.om that implement ElementFactory
 class Document
          This class implements an XML document, which can be thought of as the root of a tree.
 class ElementFactoryImpl
          This class represents the default implementation for the element factory.
 

Fields in ORG.oclc.xml.om declared as ElementFactory
protected  ElementFactory Document.factory
          The factory used to create the elements in the document.
 

Constructors in ORG.oclc.xml.om with parameters of type ElementFactory
Document.Document(ElementFactory f)
          Constructs a new empty document using the given ElementFactory object when building the XML element hierarchy.
 

Uses of ElementFactory in ORG.oclc.xml.parser
 

Methods in ORG.oclc.xml.parser with parameters of type ElementFactory
 void Parser.parse(URL url, ElementFactory factory, DTD dtd, Element root, boolean caseInsensitive, boolean loadExt)
          Parses the XML document pointed to by the given URL and creates the corresponding XML document hierarchy.
 void Parser.parse(InputStream in, ElementFactory factory, DTD dtd, Element root, boolean caseInsensitive, boolean loadExt)
          Parses the XML from given input stream.
 


Open SiteSearch 4.1.1
Final