Skip navigation links

Oracle Security Developer Tools XML Security Java API Reference
11g (11.1.1)

E10680-02


oracle.security.xmlsec.util
Class NodeIterator.NodeFilter

java.lang.Object
  extended by oracle.security.xmlsec.util.NodeIterator.NodeFilter

Direct Known Subclasses:
NodeIterator.NodeTypeFilter
Enclosing class:
NodeIterator

public abstract static class NodeIterator.NodeFilter
extends java.lang.Object

Abstract base class for filters used to match nodes for a NodeIterator.

Since:
2.0

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

NodeIterator.NodeFilter

public NodeIterator.NodeFilter()

Method Detail

matches

public abstract boolean matches(org.w3c.dom.Node node)
Returns true if the given node should be returned by the iterator, otherwise returns false.

Skip navigation links

Oracle Security Developer Tools XML Security Java API Reference
11g (11.1.1)

E10680-02


Copyright © 2005, 2009, Oracle. All rights reserved.