|
HTML Parser Jar Home Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.htmlparser.filters.IsEqualFilter
public class IsEqualFilter
This class accepts only one specific node.
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Node mNode
| Constructor Detail |
|---|
public IsEqualFilter(Node node)
node - The node to match.| Method Detail |
|---|
public boolean accept(Node node)
accept in interface NodeFilternode - The node to check.
false unless node is the one and only.
|
© 2006 Derrick Oswald April 1, 2006
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| HTML Parser is an open source library released under Common Public License. |