public final class

Method

extends Object
java.lang.Object
   ↳ org.apache.xml.serialize.Method

This class is 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.

See Also

Summary

Constants
String FOP The output method for FO documents as PDF.
String HTML The output method for HTML documents.
String TEXT The output method for text documents.
String XHTML The output method for HTML documents as XHTML.
String XML The output method for XML documents.
Public Constructors
Method()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String FOP

The output method for FO documents as PDF.

Constant Value: "fop"

public static final String HTML

The output method for HTML documents.

Constant Value: "html"

public static final String TEXT

The output method for text documents.

Constant Value: "text"

public static final String XHTML

The output method for HTML documents as XHTML.

Constant Value: "xhtml"

public static final String XML

The output method for XML documents.

Constant Value: "xml"

Public Constructors

public Method ()