Package org.apache.lucene.benchmark.byTask.feeds.demohtml

Example html parser based on JavaCC

See:
          Description

Interface Summary
HTMLParserConstants Token literal values and constants.
 

Class Summary
Entities Utility class for encoding and decoding HTML entities.
HTMLParser Basic html parser (for demo/testing purposes only!)
HTMLParserTokenManager Token Manager.
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Tags Utility class storing set of commonly-used html tags.
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError Token Manager Error.
 

Package org.apache.lucene.benchmark.byTask.feeds.demohtml Description

Example html parser based on JavaCC



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.