Interface XSLTConstants

All Superinterfaces:
XMLConstants
All Known Implementing Classes:
SimpleXpathEngine, XMLAssert, XMLTestCase

public interface XSLTConstants extends XMLConstants
A convenient place to hang constants relating to XSL transformations
  • Field Details

    • XSLT_START_NO_VERSION

      static final String XSLT_START_NO_VERSION
      <xsl:stylesheet
      See Also:
    • XSLT_START

      static final String XSLT_START
      <xsl:stylesheet ... version="1.0">
      See Also:
    • XSLT_XML_OUTPUT_NOINDENT

      static final String XSLT_XML_OUTPUT_NOINDENT
      <xsl:output> for XML with no indentation
      See Also:
    • XSLT_STRIP_WHITESPACE

      static final String XSLT_STRIP_WHITESPACE
      <xsl:strip-space> for all elements
      See Also:
    • XSLT_IDENTITY_TEMPLATE

      static final String XSLT_IDENTITY_TEMPLATE
      <xsl:template> to copy the current nodeset into the output tree
      See Also:
    • 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:
    • XSLT_END

      static final String XSLT_END
      </xsl:stylesheet>
      See Also:
    • 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: