|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ucl.xpath.ast.XPathNode
org.ucl.xpath.ast.NodeTest
org.ucl.xpath.ast.KindTest
org.ucl.xpath.ast.AttrElemTest
org.ucl.xpath.ast.AttributeTest
Class used to match an attribute node by its name and/or type.
Constructor Summary | |
AttributeTest()
Default Constructor for AttributeTest. |
|
AttributeTest(QName name,
boolean wild)
Constructor for AttributeTest. |
|
AttributeTest(QName name,
boolean wild,
QName type)
Constructor for AttributeTest. |
Method Summary | |
java.lang.Object |
accept(XPathVisitor v)
Support for Visitor interface. |
Methods inherited from class org.ucl.xpath.ast.AttrElemTest |
name, type, wild |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeTest(QName name, boolean wild, QName type)
name
- QName.wild
- Wildcard test, True/False.type
- QName type.public AttributeTest(QName name, boolean wild)
name
- QName.wild
- Wildcard test, True/False.public AttributeTest()
Method Detail |
public java.lang.Object accept(XPathVisitor v)
accept
in class XPathNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |