Property | Type | Description | |
---|---|---|---|
children | List |
||
loadSuccess | bool | ||
logger | System.Logger | ||
name | string | ||
nodeSettings | |||
xmlNode |
Method | Description | |
---|---|---|
Execute ( string>.Dictionary |
||
Load ( string modifier ) : IValueModifier |
Loads the specified modifier by name.
|
|
Load ( |
||
ScraperNode ( |
Method | Description | |
---|---|---|
executeChildren ( string>.Dictionary |
||
loadChildren ( ) : bool | ||
parseString ( string>.Dictionary |
||
removeVariable ( string>.Dictionary |
||
setVariable ( string>.Dictionary |
Method | Description | |
---|---|---|
ScraperNode ( ) : System | ||
removeArrayValues ( string>.Dictionary |
public abstract Execute ( string>.Dictionary |
||
variables | string>.Dictionary | |
return | void |
public static Load ( string modifier ) : IValueModifier | ||
modifier | string | The modifier. |
return | IValueModifier |
public static Load ( |
||
xmlNode | ||
context | ||
return |
public ScraperNode ( |
||
xmlNode | ||
context | ||
return | System |
protected executeChildren ( string>.Dictionary |
||
variables | string>.Dictionary | |
return | void |
protected parseString ( string>.Dictionary |
||
variables | string>.Dictionary | |
input | string | |
return | string |
protected removeVariable ( string>.Dictionary |
||
variables | string>.Dictionary | |
key | string | |
return | void |
protected setVariable ( string>.Dictionary |
||
variables | string>.Dictionary | |
key | string | |
value | string | |
return | void |
protected ScraperNodeAttribute,Cornerstone.ScraperEngine nodeSettings | ||
return |