org.encog.parse.tags.read
Class ReadHTML

java.lang.Object
  extended by org.encog.parse.tags.read.ReadTags
      extended by org.encog.parse.tags.read.ReadHTML

public class ReadHTML
extends ReadTags

This class is designed to parse HTML documents. It will parse the individual tags and text between the tags.

Author:
jheaton

Field Summary
 
Fields inherited from class org.encog.parse.tags.read.ReadTags
CHAR_BULLET, CHAR_TRADEMARK, MAX_LENGTH
 
Constructor Summary
ReadHTML(InputStream is)
          Construct a HTML reader.
 
Method Summary
protected  String parseAttributeName()
          Parse the attribute name.
 
Methods inherited from class org.encog.parse.tags.read.ReadTags
eatWhitespace, getTag, is, parseString, parseTag, read, readToTag, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReadHTML

public ReadHTML(InputStream is)
Construct a HTML reader.

Parameters:
is - The input stream to read from.
Method Detail

parseAttributeName

protected String parseAttributeName()
Parse the attribute name.

Overrides:
parseAttributeName in class ReadTags
Returns:
The attribute name.


Copyright © 2014. All Rights Reserved.