A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

E

ElementInfo - Class in org.webharvest.definition
 
ElementInfo(String, Class, String, String) - Constructor for class org.webharvest.definition.ElementInfo
 
ElementInfo(String, Class, boolean, Class, String, String) - Constructor for class org.webharvest.definition.ElementInfo
 
EMPTY_VALUE_OBJECT - Static variable in class org.webharvest.runtime.variables.EmptyVariable
 
EmptyDef - Class in org.webharvest.definition
Definition of empty element.
EmptyDef(XmlNode) - Constructor for class org.webharvest.definition.EmptyDef
 
EmptyProcessor - Class in org.webharvest.runtime.processors
Empty processor = executes body and returns empty variable.
EmptyProcessor(EmptyDef) - Constructor for class org.webharvest.runtime.processors.EmptyProcessor
 
EmptyVariable - Class in org.webharvest.runtime.variables
Empty variable.
EmptyVariable() - Constructor for class org.webharvest.runtime.variables.EmptyVariable
 
encodeUrl(String, String) - Static method in class org.webharvest.utils.CommonUtil
 
endElement(String, String, String) - Method in class org.webharvest.definition.XmlParser
 
ErrMsg - Class in org.webharvest.exception
Error messages utility
ErrMsg() - Constructor for class org.webharvest.exception.ErrMsg
 
escapeXml(String) - Static method in class org.webharvest.utils.CommonUtil
Escapes XML string - special characters: &'"<> are replaced with XML escape sequences: & ' " < >
escapeXml(Object) - Method in class org.webharvest.utils.SystemUtilities
Escapes XML string - special characters: &'"<> are replaced with XML escape sequences: & ' " < >
evaluateXPath(String, String, RuntimeConfig) - Static method in class org.webharvest.utils.XmlUtil
Evaluates specified XPath expression against given XML text and using given runtime configuration.
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.BaseProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.BodyProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.CallParamProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.CallProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.CaseProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.ConstantProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.EmptyProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.ExitProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.FileProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.FunctionProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.HtmlToXmlProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.HttpHeaderProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.HttpParamProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.HttpProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.IncludeProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.LoopProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.RegexpProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.ReturnProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.ScriptProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.TemplateProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.TextProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.TryProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.VarDefProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.VarProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.WebHarvestPlugin
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.WhileProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.XPathProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.XQueryProcessor
 
execute(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.XsltProcessor
 
execute(List<IElementDef>) - Method in class org.webharvest.runtime.Scraper
 
execute() - Method in class org.webharvest.runtime.Scraper
 
execute(String, ScriptEngine) - Static method in class org.webharvest.runtime.templaters.BaseTemplater
 
execute(String, boolean, String, String, String, String, Map<String, HttpParamInfo>, Map) - Method in class org.webharvest.runtime.web.HttpClientManager
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.plugins.DatabasePlugin
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.plugins.DbParamPlugin
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.plugins.FtpDelPlugin
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.plugins.FtpGetPlugin
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.plugins.FtpListPlugin
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.plugins.FtpMkdirPlugin
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.plugins.FtpPlugin
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.plugins.FtpPutPlugin
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.plugins.FtpRmdirPlugin
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.plugins.JsonToXmlPlugin
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.plugins.MailAttachPlugin
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.plugins.MailPlugin
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.plugins.TokenizePlugin
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.plugins.XmlToJsonPlugin
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.plugins.ZipEntryPlugin
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.plugins.ZipPlugin
 
executePlugin(Scraper, ScraperContext) - Method in class org.webharvest.runtime.processors.WebHarvestPlugin
Mathod that actually executes processor.
EXECUTION_TIME_PROPERTY_NAME - Static variable in class org.webharvest.utils.Constants
 
existsInStringArray(String[], String, boolean) - Static method in class org.webharvest.utils.CommonUtil
Checks if specified string exists in given array
ExitDef - Class in org.webharvest.definition
Definition of exit processor.
ExitDef(XmlNode) - Constructor for class org.webharvest.definition.ExitDef
 
exitExecution(String) - Method in class org.webharvest.runtime.Scraper
 
ExitProcessor - Class in org.webharvest.runtime.processors
Exit processor.
ExitProcessor(ExitDef) - Constructor for class org.webharvest.runtime.processors.ExitProcessor
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z