|
Oracle Security Developer Tools XML Security Java API Reference 11g (11.1.1) E10680-02 |
||||||||
| 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
public abstract static class 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 11g (11.1.1) E10680-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||