| Package | Description |
|---|---|
| org.webharvest.definition | |
| org.webharvest.runtime.processors |
| Modifier and Type | Class and Description |
|---|---|
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 |
|---|---|
BaseElementDef |
TryDef.getCatchValueDef() |
BaseElementDef |
CaseDef.getElseDef() |
BaseElementDef |
LoopDef.getLoopBodyDef() |
BaseElementDef |
LoopDef.getLoopValueDef() |
BaseElementDef |
RegexpDef.getRegexpPatternDef() |
BaseElementDef |
RegexpDef.getRegexpResultDef() |
BaseElementDef |
RegexpDef.getRegexpSourceDef() |
BaseElementDef |
XsltDef.getStylesheetDef() |
BaseElementDef |
TryDef.getTryBodyDef() |
BaseElementDef |
XsltDef.getXmlDef() |
BaseElementDef |
XQueryDef.getXqDef() |
| Modifier and Type | Field and Description |
|---|---|
protected BaseElementDef |
BaseProcessor.elementDef |
| Modifier and Type | Method and Description |
|---|---|
BaseElementDef |
BaseProcessor.getElementDef() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseProcessor.debug(BaseElementDef elementDef,
Scraper scraper,
Variable variable) |
protected Variable |
BaseProcessor.getBodyTextContent(BaseElementDef elementDef,
Scraper scraper,
ScraperContext context) |
protected Variable |
BaseProcessor.getBodyTextContent(BaseElementDef elementDef,
Scraper scraper,
ScraperContext context,
boolean registerExecution) |
protected Variable |
BaseProcessor.getBodyTextContent(BaseElementDef elementDef,
Scraper scraper,
ScraperContext context,
boolean registerExecution,
KeyValuePair[] properties) |
| Constructor and Description |
|---|
BaseProcessor(BaseElementDef elementDef)
Base constructor - assigns element definition to the processor.
|
BodyProcessor(BaseElementDef elementDef) |
Copyright © 2022 WSO2. All rights reserved.