Uses of Class
jd.xml.xslt.parser.WhitespaceTest

Packages that use WhitespaceTest
jd.xml.xslt.parser Contains parser classes for stylesheets, stylesheet templates elements and patterns. 
 

Uses of WhitespaceTest in jd.xml.xslt.parser
 

Methods in jd.xml.xslt.parser that return WhitespaceTest
static WhitespaceTest WhitespaceTest.parse(XsltParseContext context, String qname, boolean preserve)
           
 WhitespaceTest[] StylesheetData.getWhitespaceTests()
          Return the whitespace tests.
 

Methods in jd.xml.xslt.parser with parameters of type WhitespaceTest
 void XsltParseContext.addWhitespaceTest(WhitespaceTest test)
          Set the WhitespaceTest used for whitespace stripping of source documents.
 void StylesheetData.setWhitespaceTests(WhitespaceTest[] tests)