org.oXML.xpath.filter
Class NameFilter

java.lang.Object
  extended byorg.oXML.xpath.filter.NameFilter
All Implemented Interfaces:
NodeFilter

public class NameFilter
extends java.lang.Object
implements NodeFilter

implementation of NodeFilter that filters out (Element) nodes with matching name and namespace


Field Summary
 
Fields inherited from interface org.oXML.xpath.filter.NodeFilter
SHOW_ALL, SHOW_ATTRIBUTE, SHOW_CDATA_SECTION, SHOW_COMMENT, SHOW_DOCUMENT, SHOW_DOCUMENT_TYPE, SHOW_ELEMENT, SHOW_ENTITY, SHOW_ENTITY_REFERENCE, SHOW_NOTATION, SHOW_PROCESSING_INSTRUCTION, SHOW_TEXT
 
Constructor Summary
NameFilter(Name name)
           
 
Method Summary
 boolean acceptNode(Node p)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameFilter

public NameFilter(Name name)
Method Detail

acceptNode

public boolean acceptNode(Node p)
Specified by:
acceptNode in interface NodeFilter

toString

public java.lang.String toString()