org.oXML.xpath.filter
Class AndFilter

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

public class AndFilter
extends java.lang.Object
implements NodeFilter


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
AndFilter(NodeFilter lhs, NodeFilter rhs)
           
 
Method Summary
 boolean acceptNode(Node p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndFilter

public AndFilter(NodeFilter lhs,
                 NodeFilter rhs)
Method Detail

acceptNode

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