BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.apache.xml.serialize
Class Method

java.lang.Object
  extended byweblogic.apache.xml.serialize.Method

public final class Method
extends Object

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.
 
Constructor Summary
Method()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FOP

public static final String FOP
The output method for FO documents as PDF.

See Also:
Constant Field Values

HTML

public static final String HTML
The output method for HTML documents.

See Also:
Constant Field Values

TEXT

public static final String TEXT
The output method for text 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

XML

public static final String XML
The output method for XML documents.

See Also:
Constant Field Values
Constructor Detail

Method

public Method()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.