Class Method
- java.lang.Object
-
- org.apache.jackrabbit.vault.util.xml.serialize.Method
-
public final class Method extends Object
- See Also:
OutputFormat
-
-
Field Summary
Fields Modifier and Type Field Description static StringFOPThe output method for FO documents as PDF.static StringHTMLThe output method for HTML documents.static StringTEXTThe output method for text documents.static StringXHTMLThe output method for HTML documents as XHTML.static StringXMLThe output method for XML documents.
-
Constructor Summary
Constructors Constructor Description Method()
-
-
-
Field Detail
-
XML
public static final String XML
The output method for XML documents.- See Also:
- Constant Field Values
-
HTML
public static final String HTML
The output method for HTML documents.- See Also:
- Constant Field Values
-
XHTML
public static final String XHTML
The output method for HTML documents as XHTML.- See Also:
- Constant Field Values
-
TEXT
public static final String TEXT
The output method for text documents.- See Also:
- Constant Field Values
-
FOP
public static final String FOP
The output method for FO documents as PDF.- See Also:
- Constant Field Values
-
-