org.enhydra.apache.xml.serialize
Class Method
java.lang.Object
|
+--org.enhydra.apache.xml.serialize.Method
- public final class Method
- extends Object
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/03/10 16:34:53 $
- Author:
- Assaf Arkin
- See Also:
OutputFormat
Field Summary |
static String |
FOP
The output method for FO documents as PDF. |
static String |
HTML
The output method for HTML documents. |
static String |
TEXT
The output method for text documents. |
static String |
XHTML
The output method for HTML documents as XHTML. |
static String |
XML
The output method for XML documents. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XML
public static final String XML
- The output method for XML documents.
HTML
public static final String HTML
- The output method for HTML documents.
XHTML
public static final String XHTML
- The output method for HTML documents as XHTML.
TEXT
public static final String TEXT
- The output method for text documents.
FOP
public static final String FOP
- The output method for FO documents as PDF.
Method
public Method()
Copyright © 1999 The Apache Software Foundation. All Rights reserved.