Uses of Interface
net.sf.xolite.XMLObjectFactory

Packages that use XMLObjectFactory
net.sf.xolite Main package of the X-O lite XML-to-Objects binding API. 
net.sf.xolite.impl Private implementation of the X-O lite XML-to-Objects binding API. 
net.sf.xolite.transform XSLT-related classes the X-O lite XML-to-Objects binding API. 
net.sf.xolite.utils Utilities classes for the X-O lite XML-to-Objects binding API. 
 

Uses of XMLObjectFactory in net.sf.xolite
 

Methods in net.sf.xolite that return XMLObjectFactory
 XMLObjectFactory XMLEventParser.getFactory()
          Get a factory able to instantiate objects corresponding to XML elements.
 

Uses of XMLObjectFactory in net.sf.xolite.impl
 

Methods in net.sf.xolite.impl that return XMLObjectFactory
 XMLObjectFactory BaseXMLEventParser.getFactory()
           
 

Methods in net.sf.xolite.impl with parameters of type XMLObjectFactory
 void BaseXMLEventParser.setFactory(XMLObjectFactory newFactory)
          Set the factory to be used by this parser.
 

Uses of XMLObjectFactory in net.sf.xolite.transform
 

Methods in net.sf.xolite.transform that return XMLObjectFactory
 XMLObjectFactory XMLEventParserResult.getXmlObjectFactory()
           
 

Methods in net.sf.xolite.transform with parameters of type XMLObjectFactory
 void XMLEventParserResult.setXmlObjectFactory(XMLObjectFactory factory)
           
 

Uses of XMLObjectFactory in net.sf.xolite.utils
 

Classes in net.sf.xolite.utils that implement XMLObjectFactory
 class ClassObjectFactory
          Simple implementation of XmlObjectFactory based on class names.
 

Methods in net.sf.xolite.utils with parameters of type XMLObjectFactory
 void XMLSerializationTester.setXMLObjectFactory(XMLObjectFactory newFactory)
           
 



Copyright © 2012. All Rights Reserved.