Package org.exolab.castor.xml
Class XercesOutputFormat
- java.lang.Object
-
- org.exolab.castor.xml.BaseXercesOutputFormat
-
- org.exolab.castor.xml.XercesOutputFormat
-
- All Implemented Interfaces:
OutputFormat
public class XercesOutputFormat extends BaseXercesOutputFormat implements 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
_outputFormat
-
Fields inherited from interface org.exolab.castor.xml.OutputFormat
XML
-
-
Constructor Summary
Constructors Constructor Description XercesOutputFormat()
Creates an instance of this class.
-
Method Summary
-
Methods inherited from class org.exolab.castor.xml.BaseXercesOutputFormat
getFormat, setDoctype, setEncoding, setIndenting, setMethod, setOmitDocumentType, setOmitXMLDeclaration, setPreserveSpace, setVersion
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.exolab.castor.xml.OutputFormat
getFormat, setDoctype, setEncoding, setIndenting, setMethod, setOmitDocumentType, setOmitXMLDeclaration, setPreserveSpace, setVersion
-
-