|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exist.xquery.AnyNodeTest
public class AnyNodeTest
The class AnyNodeTest
| Constructor Summary | |
|---|---|
AnyNodeTest()
|
|
| Method Summary | |
|---|---|
void |
dump(ExpressionDumper dumper)
|
QName |
getName()
The method getName |
int |
getType()
The method getType |
boolean |
isWildcardTest()
The method isWildcardTest |
boolean |
matches(org.w3c.dom.Node node)
The method matches |
boolean |
matches(NodeProxy proxy)
The method matches |
boolean |
matches(javax.xml.stream.XMLStreamReader reader)
|
void |
setType(int nodeType)
The method setType |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AnyNodeTest()
| Method Detail |
|---|
public QName getName()
NodeTestgetName
getName in interface NodeTestQName valuepublic boolean isWildcardTest()
NodeTestisWildcardTest
isWildcardTest in interface NodeTestboolean valuepublic boolean matches(org.w3c.dom.Node node)
NodeTestmatches
matches in interface NodeTestnode - a Node value
boolean valuepublic boolean matches(NodeProxy proxy)
NodeTestmatches
matches in interface NodeTestproxy - a NodeProxy value
boolean valuepublic boolean matches(javax.xml.stream.XMLStreamReader reader)
matches in interface NodeTestpublic void dump(ExpressionDumper dumper)
public java.lang.String toString()
toString in class java.lang.Objectpublic void setType(int nodeType)
NodeTestsetType
setType in interface NodeTestnodeType - an int valuepublic int getType()
NodeTestgetType
getType in interface NodeTestint value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||