| java.lang.Object com.caucho.xsl.OutputFormat
OutputFormat | public class OutputFormat (Code) | | Encapsulates the xsl:output attributes.
since: Resin 1.2 |
getMethod | public String getMethod()(Code) | | Returns the output method: xml, html, or text.
|
getOmitDeclaration | public String getOmitDeclaration()(Code) | | Returns "true" if the output declaration should be omitted.
A null value means that the XML printer may use its own heuristics
to decide.
|
getVersion | public String getVersion()(Code) | | Returns the output version, e.g. 1.0 for XML or 3.2 for HTML.
|
setCdataSectionElements | public void setCdataSectionElements(ArrayList list)(Code) | | |
setMediaType | public void setMediaType(String mediaType)(Code) | | |
setMethod | public void setMethod(String method)(Code) | | Sets the output method: xml, html, or text.
|
setOmitDeclaration | public void setOmitDeclaration(String omitDeclaration)(Code) | | Set to "true" if the output declaration should be omitted.
|
setStandalone | public void setStandalone(String standalone)(Code) | | |
setVersion | public void setVersion(String version)(Code) | | Sets the output version, e.g. 1.0 for XML or 3.2 for HTML.
|
|
|