FileDocCategorySizeDatePackage
Method.javaAPI DocJava SE 6 API2174Tue Jun 10 00:23:06 BST 2008com.sun.org.apache.xml.internal.serializer

Method

public final class Method extends Object
This class defines the constants which are the names of the four default output methods.

Three default output methods are defined: XML, HTML, and TEXT. These constants can be used as an argument to the OutputPropertiesFactory.getDefaultMethodProperties() method to get the properties to create a serializer. This class is a public API.

see
OutputPropertiesFactory
see
Serializer
xsl.usage
general

Fields Summary
public static final String
XML
The output method type for XML documents: xml.
public static final String
HTML
The output method type for HTML documents: html.
public static final String
XHTML
The output method for XHTML documents, this method type is not currently supported: xhtml.
public static final String
TEXT
The output method type for text documents: text.
public static final String
UNKNOWN
The "internal" method, just used when no method is specified in the style sheet, and a serializer of this type wraps either an XML or HTML type (depending on the first tag in the output being html or not)
Constructors Summary
private Method()
A private constructor to prevent the creation of such a class.

        
    
Methods Summary