|
||||||||||
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.ElementTest
Class for Element testing.
Constructor Summary | |
ElementTest()
Default Constructor for ElementTest. |
|
ElementTest(QName name,
boolean wild)
Constructor for ElementTest. |
|
ElementTest(QName name,
boolean wild,
QName type)
Constructor for ElementTest. |
|
ElementTest(QName name,
boolean wild,
QName type,
boolean qmark)
Constructor for ElementTest. |
Method Summary | |
java.lang.Object |
accept(XPathVisitor v)
Support for Visitor interface. |
boolean |
qmark()
Set nilled property. |
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 ElementTest(QName name, boolean wild, QName type, boolean qmark)
name
- Name of element to test.wild
- Wildcard test? (true/false).type
- Type of element to test.qmark
- Nilled property (true/false).public ElementTest(QName name, boolean wild, QName type)
name
- Name of element to test.wild
- Wildcard test? (true/false).type
- Type of element to test.public ElementTest(QName name, boolean wild)
name
- Name of element to test.wild
- Wildcard test? (true/false).public ElementTest()
Method Detail |
public java.lang.Object accept(XPathVisitor v)
accept
in class XPathNode
public boolean qmark()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |