org.w3c.dom.fi
Interface NodeFilter


public abstract interface NodeFilter


Method Summary
 boolean acceptNode(Node n)
           
 

Method Detail

acceptNode

public boolean acceptNode(Node n)
Parameters:
n - The node to check to see if it passes the filter or not.
Returns:
TRUE if a this node is to be passed through the filter and returned by the NodeIterator::nextNode() method, FALSE if this node is to be ignored.</