HTML Parser Home Page | |
Frames | No Frames |
Constructors with parameter type org.htmlparser.parserapplications.filterbuilder.Filter | |
Creates a container panel. |
Fields of type org.htmlparser.parserapplications.filterbuilder.Filter | |
Filter | The parent filter wrapper. |
Methods with parameter type org.htmlparser.parserapplications.filterbuilder.Filter | |
void | Add a filter to the container contents. |
void | Add a filter to the container at a specific position. |
void | Add a filter to the current selection set. |
String | Returns a string serialization of the filters. |
void | Adds a set of filters to the main panel or a sublist. |
void | Remove a filter from the container. |
void | Remove a filter from the current selection set. |
boolean | Check if the current selection set contains the given filter. |
void | Expand or collapse filters, possibly recursively. |
void | Set up drop targets. |
void | Set up mouse listeners. |
Methods with return type org.htmlparser.parserapplications.filterbuilder.Filter | |
Filter[] | Retrieve the top level filters in the main window. |
Filter[] | Return the list of filters in this container. |
Filter[] | Return the current selection set as an array. |
Filter | Filter.instantiate(String class_name) Create a new filter from the class name. |
Filter | Return the last filter added to the selection set. |
Filter[] | Returns the filters represented by the string. |
Filter | Returns a wrapped filter. |
Classes derived from org.htmlparser.parserapplications.filterbuilder.Filter | |
class | Wrapper for AndFilters. |
class | Wrapper for HasAttributeFilters. |
class | Wrapper for HasChildFilters. |
class | Wrapper for HasParentFilters. |
class | Wrapper for HasSiblingFilters. |
class | Wrapper for NodeClassFilters. |
class | Wrapper for NotFilters. |
class | Wrapper for OrFilters. |
class | Wrapper for RegexFilters. |
class | Wrapper for StringFilters. |
class | Wrapper for TagNameFilters. |
© 2005 Derrick Oswald Mai 08, 2008 |
HTML Parser is an open source library released under LGPL. | |