| Package | Description |
|---|---|
| org.webharvest.definition | |
| org.webharvest.gui | |
| org.webharvest.runtime | |
| org.webharvest.runtime.processors |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseElementDef |
class |
CallDef
Definition of function call.
|
class |
CallParamDef
Definition of function call parameter.
|
class |
CaseDef
Definition of case processor.
|
class |
ConstantDef
Definition of constant processor.
|
class |
EmptyDef
Definition of empty element.
|
class |
ExitDef
Definition of exit processor.
|
class |
FileDef
Definition of file proessor.
|
class |
FunctionDef
Definition of user-defined function.
|
class |
HtmlToXmlDef
Definition of HTML to XML rensformation task.
|
class |
HttpDef
Definition of HTTP processor.
|
class |
HttpHeaderDef
Definition of HTTP header.
|
class |
HttpParamDef
Definition of HTTP parameter.
|
class |
IfDef
Definition of conditional processor.
|
class |
IncludeDef
Definition of include element.
|
class |
LoopDef
Definition of loop processor.
|
class |
RegexpDef
Definition of regular expression processor.
|
class |
ReturnDef
Definition of function's return statement.
|
class |
ScriptDef
Definition of script processor.
|
class |
TemplateDef
Definition of template task.
|
class |
TextDef
Definition of text processor.
|
class |
TryDef
Definition of try-catche element.
|
class |
VarDef
Definition of variable call.
|
class |
VarDefDef
Definition of variable.
|
class |
WebHarvestPluginDef
Definition of all plugin processors.
|
class |
WhileDef
Definition of while loop processor (while-empty and while-not-empty).
|
class |
XPathDef
Definition of XPath processor.
|
class |
XQueryDef
Definition of XQuery processor.
|
class |
XQueryExternalParamDef
Definition of XQuery external parameter.
|
class |
XsltDef
Definition of user-defined function.
|
| Modifier and Type | Method and Description |
|---|---|
static IElementDef |
DefinitionResolver.createElementDefinition(XmlNode node)
Creates proper element definition instance based on given xml node
from input configuration.
|
IElementDef[] |
RegexpDef.getOperationDefs() |
IElementDef[] |
XsltDef.getOperationDefs() |
IElementDef[] |
BaseElementDef.getOperationDefs() |
IElementDef[] |
CaseDef.getOperationDefs() |
IElementDef[] |
XQueryDef.getOperationDefs() |
IElementDef[] |
TryDef.getOperationDefs() |
IElementDef[] |
IElementDef.getOperationDefs() |
IElementDef[] |
LoopDef.getOperationDefs() |
| Modifier and Type | Method and Description |
|---|---|
IElementDef |
TreeNodeInfo.getElementDef() |
| Constructor and Description |
|---|
TreeNodeInfo(IElementDef elementDef) |
| Modifier and Type | Method and Description |
|---|---|
Variable |
Scraper.execute(List<IElementDef> ops) |
| Modifier and Type | Method and Description |
|---|---|
static BaseProcessor |
ProcessorResolver.createProcessor(IElementDef elementDef,
ScraperConfiguration configuration,
Scraper scraper) |
Copyright © 2022 WSO2. All rights reserved.