com.jclark.xsl.expr

Class NamespaceTest

Implemented Interfaces:
Pattern

(package private) class NamespaceTest
extends java.lang.Object
implements Pattern

Constructor Summary

NamespaceTest(String ns)

Method Summary

boolean
matches(Node node, ExprContext context)
return true if the given node matches this pattern when evaluated in the given ExpressionContext

Constructor Details

NamespaceTest

(package private)  NamespaceTest(String ns)

Method Details

matches

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