|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HtmlNode | |
|---|---|
| scone.netobjects | This package provides objects which represent real objects from the internet and the WWW. |
| scone.robot | This package provides a configurable high-performance web-robot. |
| Uses of HtmlNode in scone.netobjects |
|---|
| Methods in scone.netobjects that return HtmlNode | |
|---|---|
static HtmlNode |
HtmlNodeCache.check(NetNode node)
This method will return the required HtmlNode if it exists in the database, and null otherwise. |
static HtmlNode |
HtmlNodeCache.check(NetNode node,
boolean persistent)
This method will return the required HtmlNode if it exists in the database, and null otherwise. |
static HtmlNode |
HtmlNodeCache.get(NetNode node)
This methid will return and potentially create the required HtmlNode. |
static HtmlNode |
HtmlNodeCache.get(NetNode node,
boolean persistent)
This method will return and potentially create the required HtmlNode. |
| Uses of HtmlNode in scone.robot |
|---|
| Methods in scone.robot that return HtmlNode | |
|---|---|
HtmlNode |
RobotHtmlNode.getHtmlNode()
Get the htmlNode if existant. |
| Methods in scone.robot with parameters of type HtmlNode | |
|---|---|
void |
RobotHtmlNode.setHtmlNode(HtmlNode htmlNode)
Set the htmlNode |
| Constructors in scone.robot with parameters of type HtmlNode | |
|---|---|
RobotHtmlNode(HtmlNode htmlNode,
int scannedDepth)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||