|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 2 (10.1.2.0.2) B15571-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
Abstract base class for filters used to match nodes for a NodeIterator.
| Constructor Summary | |
NodeIterator.NodeFilter() |
|
| Method Summary | |
abstract 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.NodeFilter()
| Method Detail |
public abstract boolean matches(org.w3c.dom.Node node)
true if the given node should be returned by the iterator, otherwise returns false.
|
Oracle Security Developer Tools XML Security Java API Reference 10g Release 2 (10.1.2.0.2) B15571-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||