|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.serializer.Method
public final class Method
This class defines the constants which are the names of the four default output methods.
The default output methods defined are:
OutputPropertiesFactory
,
Serializer
Field Summary | |
---|---|
static String |
HTML
The output method type for HTML documents: html. |
static String |
TEXT
The output method type for text documents: text. |
static 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) |
static String |
XHTML
The output method for XHTML documents: xhtml. |
static String |
XML
The output method type for XML documents: xml. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String XML
public static final String HTML
public static final String XHTML
This method type is not currently supported.
public static final String TEXT
public static final String UNKNOWN
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |