|
Xerces 3.1.1 API: Class Method
Class Method
java.lang.Object
|
- public final class Method
- extends java.lang.Object
- Version:
- $Revision: 1.3 $ $Date: 2000/08/30 18:59:21 $
Field Summary |
static java.lang.String |
The output method for FO documents as PDF.
static java.lang.String |
The output method for HTML documents.
static java.lang.String |
The output method for text documents.
static java.lang.String |
The output method for HTML documents as XHTML.
static java.lang.String |
The output method for XML documents.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
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()
|