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.
-
-
Constructor Summary
Constructors Constructor and Description Div(WebPage source)Construct a range to hold the DIV tag.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringtoString()-
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
-
-
-
-
Constructor Detail
-
Div
public Div(WebPage source)
Construct a range to hold the DIV tag.- Parameters:
source- The web page this range was found on.
-
-
DMelt 3.0 © DataMelt by jWork.ORG