Package org.exolab.castor.xml
Class XercesOutputFormat
java.lang.Object
org.exolab.castor.xml.BaseXercesOutputFormat
org.exolab.castor.xml.XercesOutputFormat
- All Implemented Interfaces:
OutputFormat
Xerces-specific OutputFormat instance.
- Version:
- $Revision: 8797 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
- Author:
- Werner Guttmann
-
Field Summary
Fields inherited from class org.exolab.castor.xml.BaseXercesOutputFormat
_outputFormatFields inherited from interface org.exolab.castor.xml.OutputFormat
XML -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.exolab.castor.xml.BaseXercesOutputFormat
getFormat, setDoctype, setEncoding, setIndenting, setMethod, setOmitDocumentType, setOmitXMLDeclaration, setPreserveSpace, setVersionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exolab.castor.xml.OutputFormat
getFormat, setDoctype, setEncoding, setIndenting, setMethod, setOmitDocumentType, setOmitXMLDeclaration, setPreserveSpace, setVersion
-
Constructor Details
-
XercesOutputFormat
public XercesOutputFormat()Creates an instance of this class.
-