jd.xml.xslt.pattern
Class PatternClassifier.Match

java.lang.Object
  extended byjd.xml.xslt.pattern.PatternClassifier.Match
Enclosing class:
PatternClassifier

public static class PatternClassifier.Match
extends Object


Field Summary
 boolean always
           
 PatternClassifier.Match next
           
 NodeName nodeName
           
 int nodeType
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nodeType

public final int nodeType

nodeName

public final NodeName nodeName

always

public final boolean always

next

public final PatternClassifier.Match next
Method Detail

toString

public String toString()