|
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
oracle.security.xmlsec.util.NodeIterator.NodeTypeFilter
oracle.security.xmlsec.util.NodeIterator.ElementFilter
Filter that matches element nodes having a given namespace URI and local name.
NodeIterator.NodeIterator(Collection c, String nsURI, String localName)| Constructor Summary | |
NodeIterator.ElementFilter(java.lang.String nsURI, java.lang.String localName)Creates a new NodeFilter that matches only Element nodes with the given namespace URI and local name. |
|
| 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.ElementFilter(java.lang.String nsURI,
java.lang.String localName)
NodeFilter that matches only Element nodes with the given namespace URI and local name.nsURI - The namespace URI of the elements to be matched.localName - The local name of the elements to be matched.| 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.NodeTypeFilter
|
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 | |||||||||