org.encog.bot.browse.range
Class Span
java.lang.Object
org.encog.bot.browse.range.DocumentRange
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. |
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 |
Span
public Span(WebPage source)
- Construct a span range from the specified web page.
- Parameters:
source
- The source web page.
toString
public final String toString()
-
- Overrides:
toString
in class Object
Copyright © 2014. All Rights Reserved.