Uses of Interface
org.exolab.castor.xml.XMLSerializerFactory

Packages that use XMLSerializerFactory
org.castor.xml   
org.exolab.castor.xml The XML Marshaller API Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Keith Visco Marshaller marshalls a Java object into an XML document. 
org.exolab.castor.xml.util   
org.exolab.castor.xml.wls8   
 

Uses of XMLSerializerFactory in org.castor.xml
 

Methods in org.castor.xml that return XMLSerializerFactory
protected  XMLSerializerFactory AbstractInternalContext.getSerializerFactory(String serializerFactoryName)
          Returns the currently configured XMLSerializerFactory instance.
 

Uses of XMLSerializerFactory in org.exolab.castor.xml
 

Classes in org.exolab.castor.xml that implement XMLSerializerFactory
 class AIXXercesJDK5XMLSerializerFactory
          Xerces-specific implementation of the XMLSerializerFactory interface.
 class XercesJDK5XMLSerializerFactory
          Xerces-specific implementation of the XMLSerializerFactory interface.
 class XercesXMLSerializerFactory
          Xerces-specific implementation of the XMLSerializerFactory interface.
 

Uses of XMLSerializerFactory in org.exolab.castor.xml.util
 

Methods in org.exolab.castor.xml.util that return XMLSerializerFactory
static XMLSerializerFactory XMLParserUtils.getSerializerFactory(String serializerFactoryName)
          Returns the currently configured XMLSerializerFactory instance.
 

Uses of XMLSerializerFactory in org.exolab.castor.xml.wls8
 

Classes in org.exolab.castor.xml.wls8 that implement XMLSerializerFactory
 class WeblogicXercesXMLSerializerFactory
          "Weblogic's refactored Xerces"-specific implementation of the XMLSerializerFactory interface.
 



Copyright © 2011. All Rights Reserved.