org.custommonkey.xmlunit
public interface XSLTConstants extends XMLConstants
Field Summary | |
---|---|
static String | XSLT_END
</xsl:stylesheet> |
static String | XSLT_IDENTITY_TEMPLATE
<xsl:template> to copy the current nodeset into the output tree |
static String | XSLT_START
<xsl:stylesheet> |
static String | XSLT_STRIP_WHITESPACE
<xsl:strip-space> for all elements |
static String | XSLT_XML_OUTPUT_NOINDENT
<xsl:output> for XML with no indentation |