com.jclark.xsl.expr

Class NamespaceAttributeTest

Implemented Interfaces:
PathPattern, Pattern, TopLevelPattern

(package private) class NamespaceAttributeTest
extends PathPatternBase

Constructor Summary

NamespaceAttributeTest(String ns)

Method Summary

int
getDefaultPriority()
priority when used in XSLT template match pattern
(package private) byte
getMatchNodeType()
boolean
matches(Node node, ExprContext context)

Methods inherited from class com.jclark.xsl.expr.PathPatternBase

getAlternatives, getMatchName, getMatchNodeType

Constructor Details

NamespaceAttributeTest

(package private)  NamespaceAttributeTest(String ns)

Method Details

getDefaultPriority

public int getDefaultPriority()
priority when used in XSLT template match pattern
Specified by:
getDefaultPriority in interface PathPattern


getMatchNodeType

(package private)  byte getMatchNodeType()
Overrides:
getMatchNodeType in interface PathPatternBase


matches

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