org.apache.xml.serialize.transition
Class Method
java.lang.Object
|
+--org.apache.xml.serialize.transition.Method
- public final class Method
- extends java.lang.Object
- See Also:
OutputFormat
Field Summary |
static java.lang.String |
FOP
The output method for FO documents as PDF. |
static java.lang.String |
HTML
The output method for HTML documents. |
static java.lang.String |
TEXT
The output method for text documents. |
static java.lang.String |
XHTML
The output method for HTML documents as XHTML. |
static java.lang.String |
XML
The output method for XML documents. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
XML
public static final java.lang.String XML
- The output method for XML documents.
HTML
public static final java.lang.String HTML
- The output method for HTML documents.
XHTML
public static final java.lang.String XHTML
- The output method for HTML documents as XHTML.
TEXT
public static final java.lang.String TEXT
- The output method for text documents.
FOP
public static final java.lang.String FOP
- The output method for FO documents as PDF.
Method
public Method()
Copyright © 2000 Apache XML Project. All Rights Reserved.