|
|||||||
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(Node node)
The method matches |
boolean |
matches(NodeProxy proxy)
The method matches |
boolean |
matches(XMLStreamReader reader)
|
void |
setType(int nodeType)
The method setType |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnyNodeTest()
Method Detail |
---|
public QName getName()
NodeTest
getName
getName
in interface NodeTest
QName
valuepublic boolean isWildcardTest()
NodeTest
isWildcardTest
isWildcardTest
in interface NodeTest
boolean
valuepublic boolean matches(Node node)
NodeTest
matches
matches
in interface NodeTest
node
- a Node
value
boolean
valuepublic boolean matches(NodeProxy proxy)
NodeTest
matches
matches
in interface NodeTest
proxy
- a NodeProxy
value
boolean
valuepublic boolean matches(XMLStreamReader reader)
matches
in interface NodeTest
public void dump(ExpressionDumper dumper)
public String toString()
toString
in class Object
public void setType(int nodeType)
NodeTest
setType
setType
in interface NodeTest
nodeType
- an int
valuepublic int getType()
NodeTest
getType
getType
in interface NodeTest
int
value
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |