|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xalan.serialize.Method
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.
Field Summary | |
static String |
HTML
The output method for HTML documents: html. |
static String |
Text
The output method for text documents: text. |
static String |
XHTML
The output method for XHTML documents: xhtml. |
static String |
XML
The output method for XML documents: xml. |
Constructor Summary | |
Method()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, 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
public static final String Text
Constructor Detail |
public Method()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |