com.jclark.xsl.expr
Class ProcessingInstructionTest

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

 class ProcessingInstructionTest
extends PathPatternBase


Constructor Summary
ProcessingInstructionTest(Name name)
           
 
Method Summary
 int getDefaultPriority()
           
(package private)  Name getMatchName()
           
(package private)  byte getMatchNodeType()
           
 boolean matches(Node node, ExprContext context)
           
 
Methods inherited from class com.jclark.xsl.expr.PathPatternBase
getAlternatives
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessingInstructionTest

ProcessingInstructionTest(Name name)
Method Detail

matches

public boolean matches(Node node,
                       ExprContext context)

getMatchName

Name getMatchName()
Overrides:
getMatchName in class PathPatternBase

getMatchNodeType

byte getMatchNodeType()
Specified by:
getMatchNodeType in class PathPatternBase

getDefaultPriority

public int getDefaultPriority()