Uses of Class org.htmlparser.util.NodeList

Uses in package org.htmlparser

Methods with parameter type org.htmlparser.util.NodeList

void
Collect this node and its child nodes into a list, provided the node satisfies the filtering criteria.
void
Set the children of this node.

Methods with return type org.htmlparser.util.NodeList

NodeList
Extract all nodes matching the given filter.
NodeList
Get the children of this node.
NodeList
Parse the given resource, using the filter provided.

Uses in package org.htmlparser.tags

Methods with parameter type org.htmlparser.util.NodeList

void
Collect this node and its child nodes (if-applicable) into the list parameter, provided the node satisfies the filtering criteria.
void
Sets the frames (children of this tag).

Methods with return type org.htmlparser.util.NodeList

NodeList
Get the list of input fields.
NodeList
Get the list of text areas.
NodeList
Returns the frames.
NodeList
CompositeTag.searchFor(Class classType, boolean recursive)
Collect all objects that are of a certain type Note that this will not check for parent types, and will not recurse through child tags
NodeList
CompositeTag.searchFor(String searchString)
Searches for all nodes whose text representation contains the search string.
NodeList
CompositeTag.searchFor(String searchString, boolean caseSensitive)
Searches for all nodes whose text representation contains the search string.
NodeList
CompositeTag.searchFor(String searchString, boolean caseSensitive, Locale locale)
Searches for all nodes whose text representation contains the search string.

Uses in package org.htmlparser.nodes

Fields of type org.htmlparser.util.NodeList

NodeList
The children of this node.

Methods with parameter type org.htmlparser.util.NodeList

void
Collect this node and its child nodes (if-applicable) into the collectionList parameter, provided the node satisfies the filtering criteria.
void
Set the children of this node.

Methods with return type org.htmlparser.util.NodeList

NodeList
Get the children of this node.

Uses in package org.htmlparser.util

Methods with parameter type org.htmlparser.util.NodeList

void
Add another node list to this one.

Methods with return type org.htmlparser.util.NodeList

NodeList
Filter the list with the given filter non-recursively.
NodeList
NodeList.extractAllNodesThatMatch(NodeFilter filter, boolean recursive)
Filter the list with the given filter.

Uses in package org.htmlparser.beans

Fields of type org.htmlparser.util.NodeList

NodeList
The nodes extracted from the URL.

Methods with parameter type org.htmlparser.util.NodeList

void
Assign the Nodes property, firing the property change.

Methods with return type org.htmlparser.util.NodeList

NodeList
Apply each of the filters.
NodeList
Return the nodes of the URL matching the filter.

Uses in package org.htmlparser.visitors

Methods with return type org.htmlparser.util.NodeList

NodeList

Uses in package org.htmlparser.parserapplications.filterbuilder

Constructors with parameter type org.htmlparser.util.NodeList

Create an HTML tree view.

Uses in package org.htmlparser.scanners

Methods with parameter type org.htmlparser.util.NodeList

Tag
CompositeTagScanner.scan(Tag tag, Lexer lexer, NodeList stack)
Collect the children.
Tag
Scanner.scan(Tag tag, Lexer lexer, NodeList stack)
Scan the tag.
Tag
ScriptScanner.scan(Tag tag, Lexer lexer, NodeList stack)
Scan for script.
Tag
StyleScanner.scan(Tag tag, Lexer lexer, NodeList stack)
Scan for style definitions.
Tag
TagScanner.scan(Tag tag, Lexer lexer, NodeList stack)
Scan the tag.

HTML Parser is an open source library released under LGPL. SourceForge.net