com.jclark.xsl.expr
class AttributeTest extends PathPatternBase
| Constructor Summary | |
|---|---|
| AttributeTest(Name name)
construct with the given name | |
| Method Summary | |
|---|---|
| int | getDefaultPriority() |
| Name | getMatchName() |
| byte | getMatchNodeType() |
| boolean | matches(Node node, ExprContext context) |
Returns: 0
Returns: the Name we test for
Returns: om.Node.ATTRIBUTE
Returns: true if the node is an ATTRIBUTE and has the specified Name