Class Method
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xml.serialize.Method
-
public final class Method extends Object
Deprecated.This class was deprecated in Xerces 2.9.0. It is recommended that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation API for XML (TrAX) for serializing XML. See the Xerces documentation for more information.- Version:
- $Revision$ $Date$
- Author:
- Assaf Arkin
- See Also:
OutputFormat
-
-
Field Summary
Fields Modifier and Type Field Description static String
FOP
Deprecated.The output method for FO documents as PDF.static String
HTML
Deprecated.The output method for HTML documents.static String
TEXT
Deprecated.The output method for text documents.static String
XHTML
Deprecated.The output method for HTML documents as XHTML.static String
XML
Deprecated.The output method for XML documents.
-
Constructor Summary
Constructors Constructor Description Method()
Deprecated.
-
-
-
Field Detail
-
XML
public static final String XML
Deprecated.The output method for XML documents.- See Also:
- Constant Field Values
-
HTML
public static final String HTML
Deprecated.The output method for HTML documents.- See Also:
- Constant Field Values
-
XHTML
public static final String XHTML
Deprecated.The output method for HTML documents as XHTML.- See Also:
- Constant Field Values
-
TEXT
public static final String TEXT
Deprecated.The output method for text documents.- See Also:
- Constant Field Values
-
FOP
public static final String FOP
Deprecated.The output method for FO documents as PDF.- See Also:
- Constant Field Values
-
-