com.smallx.xml.xslt.xt.xpath
Class AnyNodeTest

java.lang.Object
  extended bycom.smallx.xml.xslt.xt.xpath.PathPatternBase
      extended bycom.smallx.xml.xslt.xt.xpath.AnyNodeTest
All Implemented Interfaces:
PathPattern, Pattern, TopLevelPattern

public class AnyNodeTest
extends com.smallx.xml.xslt.xt.xpath.PathPatternBase


Constructor Summary
AnyNodeTest()
          Creates a new instance of AnyNodeTest
 
Method Summary
 PathPattern[] getAlternatives()
           
 int getDefaultPriority()
           
 boolean matches(Item node, ExprContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnyNodeTest

public AnyNodeTest()
Creates a new instance of AnyNodeTest

Method Detail

getDefaultPriority

public int getDefaultPriority()

matches

public boolean matches(Item node,
                       ExprContext context)

getAlternatives

public PathPattern[] getAlternatives()
Specified by:
getAlternatives in interface TopLevelPattern