Package org.exolab.castor.xml
Class XercesJDK5OutputFormat
java.lang.Object
org.exolab.castor.xml.BaseXercesOutputFormat
org.exolab.castor.xml.XercesJDK5OutputFormat
- All Implemented Interfaces:
OutputFormat
Xerces-specific OutputFormat instance, used with JDK 5.0 only.
- Version:
- $Revision: 6216 $ $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 -
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
-
Constructor Details
-
XercesJDK5OutputFormat
public XercesJDK5OutputFormat()Creates an instance of this class.
-