| |
|
| java.lang.Object websphinx.HTMLParser
HTMLParser | public class HTMLParser (Code) | | HTML parser. Parses an input stream or String and
converts it to a sequence of Tags and a tree of Elements.
HTMLParser is used by Page to parse pages.
|
Constructor Summary | |
public | HTMLParser() Make an HTMLParser. |
Method Summary | |
public static void | main(String[] args) | public void | parse(Page page) Parse a page as HTML. |
VALID_HTML_PREFIX | final static int VALID_HTML_PREFIX(Code) | | |
openElems | int[] openElems(Code) | | |
HTMLParser | public HTMLParser()(Code) | | Make an HTMLParser.
|
parse | public void parse(Page page) throws IOException(Code) | | Parse a page as HTML.
Parameters: page - Page to parse |
|
|
|