org.custommonkey.xmlunit

Interface XSLTConstants

public interface XSLTConstants extends XMLConstants

A convenient place to hang constants relating to XSL transformations
Field Summary
static StringXSLT_END
</xsl:stylesheet>
static StringXSLT_IDENTITY_TEMPLATE
<xsl:template> to copy the current nodeset into the output tree
static StringXSLT_START
<xsl:stylesheet>
static StringXSLT_STRIP_WHITESPACE
<xsl:strip-space> for all elements
static StringXSLT_XML_OUTPUT_NOINDENT
<xsl:output> for XML with no indentation

Field Detail

XSLT_END

public static final String XSLT_END
</xsl:stylesheet>

XSLT_IDENTITY_TEMPLATE

public static final String XSLT_IDENTITY_TEMPLATE
<xsl:template> to copy the current nodeset into the output tree

XSLT_START

public static final String XSLT_START
<xsl:stylesheet>

XSLT_STRIP_WHITESPACE

public static final String XSLT_STRIP_WHITESPACE
<xsl:strip-space> for all elements

XSLT_XML_OUTPUT_NOINDENT

public static final String XSLT_XML_OUTPUT_NOINDENT
<xsl:output> for XML with no indentation