|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 3 (10.1.3) B25383-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.xmlsec.util.NodeIterator.NodeFilter
oracle.security.xmlsec.util.NodeIterator.NodeTypeFilter
Filter that matches nodes of a given node type.
NodeIterator.NodeIterator(Collection c, short nodeType)| Constructor Summary | |
NodeIterator.NodeTypeFilter(short nodeType)Creates a new NodeFilter that matches only nodes with the given node type code. |
|
| Method Summary | |
boolean |
matches(org.w3c.dom.Node node)Returns true if the given node should be returned by the iterator, otherwise returns false. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NodeIterator.NodeTypeFilter(short nodeType)
NodeFilter that matches only nodes with the given node type code.nodeType - A valid node type code.Node| Method Detail |
public boolean matches(org.w3c.dom.Node node)
NodeIterator.NodeFiltertrue if the given node should be returned by the iterator, otherwise returns false.matches in class NodeIterator.NodeFilter
|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 3 (10.1.3) B25383-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||