com.jclark.xsl.expr
Class ElementOrAttributeTest

java.lang.Object
  |
  +--com.jclark.xsl.expr.ElementOrAttributeTest
All Implemented Interfaces:
Pattern

class ElementOrAttributeTest
extends java.lang.Object
implements Pattern


Constructor Summary
(package private) ElementOrAttributeTest(Name name)
           
 
Method Summary
 boolean matches(Node node, ExprContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementOrAttributeTest

ElementOrAttributeTest(Name name)
Method Detail

matches

public boolean matches(Node node,
                       ExprContext context)
Specified by:
matches in interface Pattern