org.encog.bot.browse.range
Class Div

java.lang.Object
  extended by org.encog.bot.browse.range.DocumentRange
      extended by 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.
 
Method Summary
 String toString()
          
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.
Method Detail

toString

public final String toString()

Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.