Fields Summary |
---|
public static final String | XMLThe output method type for XML documents: xml. |
public static final String | HTMLThe output method type for HTML documents: html. |
public static final String | XHTMLThe output method for XHTML documents,
this method type is not currently supported: xhtml. |
public static final String | TEXTThe output method type for text documents: text. |
public static final String | UNKNOWNThe "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) |