com.jclark.xsl.expr
class ElementTest extends PathPatternBase
Constructor Summary | |
---|---|
ElementTest(Name name)
construct with the Name to be tested |
Method Summary | |
---|---|
int | getDefaultPriority() |
Name | getMatchName() |
byte | getMatchNodeType() |
boolean | matches(Node node, ExprContext context) |
Returns: 0
Returns: the Name to test
Returns: om.Node.ELEMENT
Returns: true if the node is an Element and has the Name we're testing