jd.xml.xslt.parser
Class WhitespaceTest

java.lang.Object
  extended byjd.xml.xslt.util.XsltSortable
      extended byjd.xml.xslt.parser.WhitespaceTest

public final class WhitespaceTest
extends XsltSortable

A WhitespaceTest holds the definition for whitespace stripping tests of source documents.


Field Summary
 String localName
           
 String namespaceUri
           
 boolean preserve
           
 
Method Summary
static WhitespaceTest parse(XsltParseContext context, String qname, boolean preserve)
           
 
Methods inherited from class jd.xml.xslt.util.XsltSortable
compareTo, getImportPrecedence, sort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

preserve

public final boolean preserve

namespaceUri

public final String namespaceUri

localName

public final String localName
Method Detail

parse

public static WhitespaceTest parse(XsltParseContext context,
                                   String qname,
                                   boolean preserve)