org.apache.xml.serialize

Class Method


public final class Method
extends java.lang.Object

Version:
$Revision: 1.5 $ $Date: 2004/02/24 23:34:03 $
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.

Field Details

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 B) 1999-2005 Apache XML Project. All Rights Reserved.