|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Visitor interface for NodeTests.
Method Summary | |
void |
testNodeName(NodeName name,
String namespaceUri,
String localName)
Called by a visited NodeNameTest. |
void |
testNodeType(NodeTypeTest test,
String parameter)
Called by a visited NodeTypeTest. |
void |
testNodeUnion(NodeTest test1,
NodeTest test2)
Called by a visited NodeTestUnion. |
Method Detail |
public void testNodeType(NodeTypeTest test, String parameter)
test
- the NodeTypeTestparameter
- the optional parameter if it is a processing-instruction test
or null elseNodeTypeTest.accept(int)
public void testNodeUnion(NodeTest test1, NodeTest test2)
public void testNodeName(NodeName name, String namespaceUri, String localName)
name
- the NodeName if the test uses a NodeNamePool, or null if not.namespaceUri
- the tested namespaceUri or null if all node names are acceptedlocalName
- the tested localName or null if all node local names are accepted
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |