FileDocCategorySizeDatePackage
Method.javaAPI DocJava SE 5 API1919Fri Aug 26 14:56:02 BST 2005com.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.

Four default output methods are defined: XML, HTML, XHTML and TEXT. Serializers may support additional output methods. The names of these output methods should be encoded as namespace:local.

version
Alpha
author
Assaf Arkin

Fields Summary
public static final String
XML
The output method for XML documents: xml.
public static final String
HTML
The output method for HTML documents: html.
public static final String
XHTML
The output method for XHTML documents: xhtml.
public static final String
TEXT
The output method 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
Methods Summary