com.jclark.xsl.expr
Class KeyPattern
- PathPattern, Pattern, TopLevelPattern
(package private) class KeyPattern
represents an XSLT/XPath pattern of the form key('foo', 'bar')
KeyPattern
(package private) KeyPattern(String keyName,
String keyVal)
getMatchNodeType
(package private) byte getMatchNodeType()
- getMatchNodeType in interface PathPatternBase
- om.Node.ALLTYPES
matches
public boolean matches(Node node,
ExprContext context)
- matches in interface Pattern
- true if the given node is indexed with the given key
value in the named key