Uses of Class
org.webharvest.runtime.variables.NodeVariable
-
Packages that use NodeVariable Package Description org.webharvest.runtime.processors org.webharvest.runtime.processors.plugins.db org.webharvest.runtime.variables -
-
Uses of NodeVariable in org.webharvest.runtime.processors
Methods in org.webharvest.runtime.processors that return NodeVariable Modifier and Type Method Description NodeVariable
FileProcessor. appendBinary(Variable body)
-
Uses of NodeVariable in org.webharvest.runtime.processors.plugins.db
Subclasses of NodeVariable in org.webharvest.runtime.processors.plugins.db Modifier and Type Class Description class
DbRowVariable
Special variable used for database records -
Uses of NodeVariable in org.webharvest.runtime.variables
Subclasses of NodeVariable in org.webharvest.runtime.variables Modifier and Type Class Description class
ScriptingVariable
This variables are unwrapped when passing into script engines and preserve the mutable collections in the original state when passing over Scraper
-