org.apache.serialize.helpers
Class TextOutputFormat
java.lang.Object
|
+--org.apache.serialize.OutputFormat
|
+--org.apache.serialize.helpers.TextOutputFormat
- public class TextOutputFormat
- extends OutputFormat
Output format for text 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 |
TextOutputFormat
public TextOutputFormat()
TextOutputFormat
public TextOutputFormat(java.lang.String encoding)
TextOutputFormat
public TextOutputFormat(boolean indenting)
Copyright © 2000 Apache XML Project. All Rights Reserved.