com.jclark.xsl.expr
Class NamespaceTest
java.lang.Object
com.jclark.xsl.expr.NamespaceTest
- Pattern
(package private) class NamespaceTest
extends java.lang.Object
boolean | matches(Node node, ExprContext context) - return true if the given node matches this pattern
when evaluated in the given ExpressionContext
|
NamespaceTest
(package private) NamespaceTest(String ns)
matches
public boolean matches(Node node,
ExprContext context)
return true if the given node matches this pattern
when evaluated in the given ExpressionContext
- matches in interface Pattern