com.jclark.xsl.expr
Class NamespaceElementTest

java.lang.Object
  extended by com.jclark.xsl.expr.PathPatternBase
      extended by com.jclark.xsl.expr.NamespaceElementTest
All Implemented Interfaces:
PathPattern, Pattern, TopLevelPattern

 class NamespaceElementTest
extends PathPatternBase


Constructor Summary
NamespaceElementTest(java.lang.String ns)
           
 
Method Summary
 int getDefaultPriority()
          priority when used in XSLT template match pattern
(package private)  byte getMatchNodeType()
           
 boolean matches(Node node, ExprContext context)
          return true if the given node matches this pattern when evaluated in the given ExpressionContext
 
Methods inherited from class com.jclark.xsl.expr.PathPatternBase
getAlternatives, getMatchName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceElementTest

NamespaceElementTest(java.lang.String ns)
Method Detail

matches

public boolean matches(Node node,
                       ExprContext context)
Description copied from interface: Pattern
return true if the given node matches this pattern when evaluated in the given ExpressionContext


getMatchNodeType

byte getMatchNodeType()
Specified by:
getMatchNodeType in class PathPatternBase

getDefaultPriority

public int getDefaultPriority()
Description copied from interface: PathPattern
priority when used in XSLT template match pattern