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 InternalContext.getOutputFormat()
          Returns the default OutputFormat for use with a Serializer.
 OutputFormat AbstractInternalContext.getOutputFormat()
           
 

Uses of OutputFormat in org.exolab.castor.xml
 

Classes in org.exolab.castor.xml that implement OutputFormat
 class BaseXercesOutputFormat
          Xerces-specific OutputFormat instance.
 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 XMLSerializerFactory.getOutputFormat()
          Factory method for obtaining a OutputFormat instance.
 OutputFormat XercesXMLSerializerFactory.getOutputFormat()
           
 OutputFormat XercesJDK5XMLSerializerFactory.getOutputFormat()
           
 OutputFormat AIXXercesJDK5XMLSerializerFactory.getOutputFormat()
           
 

Methods in org.exolab.castor.xml with parameters of type OutputFormat
 void XercesSerializer.setOutputFormat(OutputFormat format)
           
 void Serializer.setOutputFormat(OutputFormat format)
          Sets the OutputFormat to use during serialization.
 void BaseXercesJDK5Serializer.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(AbstractProperties properties)
           
 

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()
          Factory method for obtaining a OutputFormat instance.
 

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



Copyright © 2013. All Rights Reserved.