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

Packages that use OutputFormat
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 OutputFormat in org.castor.xml
 

Methods in org.castor.xml that return OutputFormat
 OutputFormat AbstractInternalContext.getOutputFormat()
           
 OutputFormat InternalContext.getOutputFormat()
          Returns the default OutputFormat for use with a Serializer.
 

Uses of OutputFormat in org.exolab.castor.xml
 

Classes in org.exolab.castor.xml that implement OutputFormat
 class XercesJDK5OutputFormat
          Xerces-specific OutputFormat instance, used with JDK 5.0 only.
 class XercesOutputFormat
          Xerces-specific OutputFormat instance.
 

Methods in org.exolab.castor.xml that return OutputFormat
 OutputFormat XercesJDK5XMLSerializerFactory.getOutputFormat()
           
 OutputFormat XercesXMLSerializerFactory.getOutputFormat()
           
 OutputFormat XMLSerializerFactory.getOutputFormat()
          Factory method for obtaining a OutputFormat instance.
 

Methods in org.exolab.castor.xml with parameters of type OutputFormat
 void Serializer.setOutputFormat(OutputFormat format)
          Sets the OutputFormat to use during serialization.
 void XercesJDK5Serializer.setOutputFormat(OutputFormat format)
           
 void XercesSerializer.setOutputFormat(OutputFormat format)
           
 

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

Methods in org.exolab.castor.xml.util that return OutputFormat
static OutputFormat XMLParserUtils.getOutputFormat(Configuration configuration)
           
 

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

Classes in org.exolab.castor.xml.wls8 that implement OutputFormat
 class WeblogicXercesOutputFormat
          "Weblogic's refactored Xerces"-specific OutputFormat instance.
 

Methods in org.exolab.castor.xml.wls8 that return OutputFormat
 OutputFormat WeblogicXercesXMLSerializerFactory.getOutputFormat()
           
 

Methods in org.exolab.castor.xml.wls8 with parameters of type OutputFormat
 void WeblogicXercesSerializer.setOutputFormat(OutputFormat format)
           
 



Copyright 2008 null. All Rights Reserved.