org.encog.parse.tags.read
Class ReadHTML
java.lang.Object
org.encog.parse.tags.read.ReadTags
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
ReadHTML
public ReadHTML(InputStream is)
- Construct a HTML reader.
- Parameters:
is
- The input stream to read from.
parseAttributeName
protected String parseAttributeName()
- Parse the attribute name.
- Overrides:
parseAttributeName
in class ReadTags
- Returns:
- The attribute name.
Copyright © 2014. All Rights Reserved.