HTML Lexer Jar Home Page

Uses of Interface
org.htmlparser.NodeFilter

Packages that use NodeFilter
org.htmlparser The basic API classes which will be used by most developers when working with the HTML Parser. 
org.htmlparser.nodes The nodes package has the concrete node implementations. 
org.htmlparser.util   
 

Uses of NodeFilter in org.htmlparser
 

Methods in org.htmlparser with parameters of type NodeFilter
 void Node.collectInto(NodeList list, NodeFilter filter)
          Collect this node and its child nodes into a list, provided the node satisfies the filtering criteria.
 

Uses of NodeFilter in org.htmlparser.nodes
 

Methods in org.htmlparser.nodes with parameters of type NodeFilter
 void AbstractNode.collectInto(NodeList list, NodeFilter filter)
          Collect this node and its child nodes (if-applicable) into the collectionList parameter, provided the node satisfies the filtering criteria.
 

Uses of NodeFilter in org.htmlparser.util
 

Methods in org.htmlparser.util with parameters of type NodeFilter
 NodeList NodeList.extractAllNodesThatMatch(NodeFilter filter)
          Filter the list with the given filter non-recursively.
 NodeList NodeList.extractAllNodesThatMatch(NodeFilter filter, boolean recursive)
          Filter the list with the given filter.
 void NodeList.keepAllNodesThatMatch(NodeFilter filter)
          Remove nodes not matching the given filter non-recursively.
 void NodeList.keepAllNodesThatMatch(NodeFilter filter, boolean recursive)
          Remove nodes not matching the given filter.
 


© 2006 Derrick Oswald
April 1, 2006

HTML Parser is an open source library released under Common Public License.SourceForge.net