Interface XSLTConstants

    • Field Detail

      • XSLT_XML_OUTPUT_NOINDENT

        static final String XSLT_XML_OUTPUT_NOINDENT
        <xsl:output> for XML with no indentation
        See Also:
        Constant Field Values
      • XSLT_IDENTITY_TEMPLATE

        static final String XSLT_IDENTITY_TEMPLATE
        <xsl:template> to copy the current nodeset into the output tree
        See Also:
        Constant Field Values
      • XSLT_STRIP_COMMENTS_TEMPLATE

        static final String XSLT_STRIP_COMMENTS_TEMPLATE
        <xsl:template> to copy the current nodeset into the output tree while stripping comments.
        See Also:
        Constant Field Values
      • JAVA5_XSLTC_FACTORY_NAME

        static final String JAVA5_XSLTC_FACTORY_NAME
        Factory class of the XSLTC version shipping with JDK 1.5 which is pretty broken.
        See Also:
        Constant Field Values