org.encog.bot.browse.range
Class Span

java.lang.Object
  extended by org.encog.bot.browse.range.DocumentRange
      extended by org.encog.bot.browse.range.Span

public class Span
extends DocumentRange

A document range that specifies a span tag, and any embedded tags.

Author:
jheaton

Constructor Summary
Span(WebPage source)
          Construct a span range from the specified web page.
 
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

Span

public Span(WebPage source)
Construct a span range from the specified web page.

Parameters:
source - The source web page.
Method Detail

toString

public final String toString()

Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.