org.apache.serialize.helpers
Class XMLOutputFormat
java.lang.Object
|
+--org.apache.serialize.OutputFormat
|
+--org.apache.serialize.helpers.XMLOutputFormat
- public class XMLOutputFormat
- extends OutputFormat
Output format for XML documents.
The output format affects the manner in which a document is
serialized. The output format determines the output method,
encoding, indentation, document type, and various other properties
that affect the manner in which a document is serialized.
Methods inherited from class org.apache.serialize.OutputFormat |
getCDataElements,
getDoctypePublicId,
getDoctypeSystemId,
getEncoding,
getIndent,
getIndentAmount,
getMediaType,
getMethod,
getNonEscapingElements,
getOmitXMLDeclaration,
getPreserveSpace,
getStandalone,
getVersion,
setCDataElements,
setDoctypePublicId,
setDoctypeSystemId,
setEncoding,
setIndent,
setIndentAmount,
setMediaType,
setMethod,
setNonEscapingElements,
setOmitXMLDeclaration,
setPreserveSpace,
setStandalone,
setVersion |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
XMLOutputFormat
public XMLOutputFormat()
XMLOutputFormat
public XMLOutputFormat(java.lang.String encoding)
XMLOutputFormat
public XMLOutputFormat(boolean indenting)
Copyright © 2000 Apache XML Project. All Rights Reserved.