|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeTest
The interface NodeTest
Method Summary | |
---|---|
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 |
Method Detail |
---|
void setType(int nodeType)
setType
nodeType
- an int
valueint getType()
getType
int
valueboolean matches(NodeProxy proxy)
matches
proxy
- a NodeProxy
value
boolean
valueboolean matches(Node node)
matches
node
- a Node
value
boolean
valueboolean matches(XMLStreamReader reader)
boolean isWildcardTest()
isWildcardTest
boolean
valueQName getName()
getName
QName
value
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |