org.apache.xml.serialize
Class Method
java.lang.Object
org.apache.xml.serialize.Method
public final class Method
extends java.lang.Object
$Revision: 476047 $ $Date: 2006-11-16 23:27:45 -0500 (Thu, 16 Nov 2006) $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.
|
FOP
public static final String FOP
The output method for FO documents as PDF.
HTML
public static final String HTML
The output method for HTML documents.
TEXT
public static final String TEXT
The output method for text documents.
XHTML
public static final String XHTML
The output method for HTML documents as XHTML.
XML
public static final String XML
The output method for XML documents.
Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.