Uses of Class
org.base.apps.xml.elem.ElementFactory

Packages that use ElementFactory
org.base.apps.xml.elem Contains Element API, a simple representation of an XML tree. 
org.base.apps.xml.stax StAX mplementation of the Parser API. 
 

Uses of ElementFactory in org.base.apps.xml.elem
 

Methods in org.base.apps.xml.elem that return ElementFactory
static ElementFactory ElementFactory.getInstance()
          Fetches the singleton factory instance.
static ElementFactory ElementFactory.newInstance(Named configuration)
          Creates a new ElementFactory with the given named configuration.
 

Uses of ElementFactory in org.base.apps.xml.stax
 

Methods in org.base.apps.xml.stax that return ElementFactory
 ElementFactory StAXElementParser.getElementFactory()
           
 

Methods in org.base.apps.xml.stax with parameters of type ElementFactory
 void StAXElementParser.setElementFactory(ElementFactory elementFactory)
           
 

Constructors in org.base.apps.xml.stax with parameters of type ElementFactory
StAXElementParser(ElementFactory fac)
           
 


Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)