org.encog.bot.browse.range
Class Div
java.lang.Object
org.encog.bot.browse.range.DocumentRange
org.encog.bot.browse.range.Div
public class Div
- extends DocumentRange
A document range that represents the beginning and ending DIV tag, as well as
any tages embedded between them.
- Author:
- jheaton
Constructor Summary |
Div(WebPage source)
Construct a range to hold the DIV tag. |
Methods inherited from class org.encog.bot.browse.range.DocumentRange |
addElement, getBegin, getClassAttribute, getElements, getEnd, getIdAttribute, getParent, getSource, getTextOnly, setBegin, setClassAttribute, setEnd, setIdAttribute, setParent, setSource |
Div
public Div(WebPage source)
- Construct a range to hold the DIV tag.
- Parameters:
source
- The web page this range was found on.
toString
public final String toString()
-
- Overrides:
toString
in class Object
Copyright © 2014. All Rights Reserved.