Package org.docx4j.convert.out.html
Class XsltHTMLFunctions
java.lang.Object
org.docx4j.convert.out.html.XsltHTMLFunctions
public class XsltHTMLFunctions
extends java.lang.Object
This class contains static functions that are specific to the HTML xsl-transformation and
are called from docx2html-core.xslt.
-
Constructor Summary
Constructors Constructor Description XsltHTMLFunctions() -
Method Summary
Modifier and Type Method Description static org.w3c.dom.DocumentFragmentappendHeadElement(HTMLConversionContext conversionContext)static org.w3c.dom.DocumentFragmentappendScriptElement(HTMLConversionContext conversionContext)A customised XSLT might just want the <script> element, because it customises the rest of the element.static org.w3c.dom.DocumentFragmentappendStyleElement(HTMLConversionContext conversionContext)A customised XSLT might just want the element, because it customises the rest of the element.static org.w3c.dom.DocumentFragmentcreateBlockForPPr(HTMLConversionContext context, org.w3c.dom.traversal.NodeIterator pPrNodeIt, java.lang.String pStyleVal, org.w3c.dom.traversal.NodeIterator childResults)static org.w3c.dom.DocumentFragmentcreateBlockForRPr(HTMLConversionContext context, java.lang.String pStyleVal, org.w3c.dom.traversal.NodeIterator rPrNodeIt, org.w3c.dom.traversal.NodeIterator childResults)static org.w3c.dom.DocumentFragmentcreateListItemBlockForPPr(HTMLConversionContext context, org.w3c.dom.traversal.NodeIterator pPrNodeIt, java.lang.String pStyleVal, org.w3c.dom.traversal.NodeIterator childResults)static java.lang.StringgetCssForStyles(HTMLConversionContext context)static java.lang.StringgetCssForTableCells(HTMLConversionContext context, org.w3c.dom.traversal.NodeIterator tables)static java.lang.StringgetNumberXmlNode(HTMLConversionContext context, org.w3c.dom.traversal.NodeIterator pPrNodeIt, java.lang.String pStyleVal, java.lang.String numId, java.lang.String levelId)The method used by the XSLT extension function during HTML export.static org.w3c.dom.NodetoSdtNode(HTMLConversionContext context, org.w3c.dom.traversal.NodeIterator sdtPrNodeIt, org.w3c.dom.traversal.NodeIterator childResults)
-
Constructor Details
-
XsltHTMLFunctions
public XsltHTMLFunctions()
-
-
Method Details
-
appendHeadElement
public static org.w3c.dom.DocumentFragment appendHeadElement(HTMLConversionContext conversionContext) -
appendStyleElement
public static org.w3c.dom.DocumentFragment appendStyleElement(HTMLConversionContext conversionContext)A customised XSLT might just want the
-