public class XsltHTMLFunctions
extends java.lang.Object
| Constructor and Description |
|---|
XsltHTMLFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static org.w3c.dom.DocumentFragment |
appendHeadElement(HTMLConversionContext conversionContext) |
static org.w3c.dom.DocumentFragment |
appendScriptElement(HTMLConversionContext conversionContext)
A customised XSLT might just want the <script> element, because it customises
the rest of the element.
|
static org.w3c.dom.DocumentFragment |
appendStyleElement(HTMLConversionContext conversionContext)
A customised XSLT might just want the |