org.encog.bot.browse.range
public class Link extends DocumentRange
| Constructor and Description |
|---|
Link(WebPage source)
Construct a link from the specified web page.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
getTarget() |
void |
setTarget(Address theTarget)
Set the target of this link.
|
String |
toString() |
addElement, getBegin, getClassAttribute, getElements, getEnd, getIdAttribute, getParent, getSource, getTextOnly, setBegin, setClassAttribute, setEnd, setIdAttribute, setParent, setSourcepublic Link(WebPage source)
source - The web page this link is from.Copyright © 2014. All Rights Reserved.