public final class Method extends Object
The default output methods defined are:
OutputPropertiesFactory, 
Serializer| Modifier and Type | Field and Description | 
|---|---|
| static String | HTMLThe output method type for HTML documents: html. | 
| static String | TEXTThe output method type for text documents: text. | 
| static 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) | 
| static String | XHTMLThe output method for XHTML documents: xhtml. | 
| static String | XMLThe output method type for XML documents: xml. | 
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
Copyright © 2016 JBoss by Red Hat. All rights reserved.