|
HTML Parser Home Page | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.htmlparser.filters | |
|---|---|
| org.htmlparser.parserapplications.filterbuilder.wrappers | |
| Classes in org.htmlparser.filters used by org.htmlparser.parserapplications.filterbuilder.wrappers | |
|---|---|
| AndFilter
Accepts nodes matching all of its predicate filters (AND operation). |
|
| HasAttributeFilter
This class accepts all tags that have a certain attribute, and optionally, with a certain value. |
|
| HasChildFilter
This class accepts all tags that have a child acceptable to the filter. |
|
| HasParentFilter
This class accepts all tags that have a parent acceptable to another filter. |
|
| HasSiblingFilter
This class accepts all tags that have a sibling acceptable to another filter. |
|
| NodeClassFilter
This class accepts all tags of a given class. |
|
| NotFilter
Accepts all nodes not acceptable to it's predicate filter. |
|
| OrFilter
Accepts nodes matching any of its predicates filters (OR operation). |
|
| RegexFilter
This filter accepts all string nodes matching a regular expression. |
|
| StringFilter
This class accepts all string nodes containing the given string. |
|
| TagNameFilter
This class accepts all tags matching the tag name. |
|
|
© 2005 Derrick Oswald Jun 10, 2006
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| HTML Parser is an open source library released under LGPL. | |