Uses of Interface
org.exolab.castor.xml.OutputFormat
Packages that use OutputFormat
Package
Description
The XML Marshaller API
-
Uses of OutputFormat in org.castor.xml
Methods in org.castor.xml that return OutputFormatModifier and TypeMethodDescriptionAbstractInternalContext.getOutputFormat()
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 OutputFormatModifier and TypeClassDescriptionclass
Xerces-specific OutputFormat instance.class
Xerces-specific OutputFormat instance, used with JDK 5.0 only.class
Xerces-specific OutputFormat instance.Methods in org.exolab.castor.xml that return OutputFormatModifier and TypeMethodDescriptionAIXXercesJDK5XMLSerializerFactory.getOutputFormat()
XercesJDK5XMLSerializerFactory.getOutputFormat()
XercesXMLSerializerFactory.getOutputFormat()
XMLSerializerFactory.getOutputFormat()
Factory method for obtaining a OutputFormat instance.Methods in org.exolab.castor.xml with parameters of type OutputFormatModifier and TypeMethodDescriptionvoid
BaseXercesJDK5Serializer.setOutputFormat
(OutputFormat format) void
Serializer.setOutputFormat
(OutputFormat format) Sets theOutputFormat
to use during serialization.void
XercesSerializer.setOutputFormat
(OutputFormat format) -
Uses of OutputFormat in org.exolab.castor.xml.util
Methods in org.exolab.castor.xml.util that return OutputFormatModifier and TypeMethodDescriptionstatic OutputFormat
XMLParserUtils.getOutputFormat
(AbstractProperties properties) -
Uses of OutputFormat in org.exolab.castor.xml.wls8
Classes in org.exolab.castor.xml.wls8 that implement OutputFormatModifier and TypeClassDescriptionclass
"Weblogic's refactored Xerces"-specific OutputFormat instance.Methods in org.exolab.castor.xml.wls8 that return OutputFormatModifier and TypeMethodDescriptionWeblogicXercesXMLSerializerFactory.getOutputFormat()
Factory method for obtaining a OutputFormat instance.Methods in org.exolab.castor.xml.wls8 with parameters of type OutputFormatModifier and TypeMethodDescriptionvoid
WeblogicXercesSerializer.setOutputFormat
(OutputFormat format)