org.htmlparser.filters
public class IsEqualFilter extends Object implements NodeFilter
| Field Summary | |
|---|---|
| protected Node | mNode
The node to match. |
| Constructor Summary | |
|---|---|
| IsEqualFilter(Node node)
Creates a new IsEqualFilter that accepts only the node provided. | |
| Method Summary | |
|---|---|
| boolean | accept(Node node)
Accept the node. |
Parameters: node The node to match.
Parameters: node The node to check.
Returns: false unless node is the one and only.
| HTML Parser is an open source library released under LGPL. | |