C# Class Cornerstone.ScraperEngine.Nodes.ParseNode

Inheritance: ScraperNode
Show file Open project: damienhaynes/moving-pictures

Protected Properties

Property Type Description
input String
pattern String
xpath String

Public Methods

Method Description
Execute ( string>.Dictionary variables ) : void
ParseNode ( XmlNode xmlNode, ScriptableScraper context ) : System

Private Methods

Method Description
parseNode ( string>.Dictionary variables, string name, XPathNavigator node, bool recursive ) : void
processPattern ( string>.Dictionary variables, string parsedInput, string parsedName ) : void
processXpath ( string>.Dictionary variables, string parsedInput, string parsedName ) : void

Method Details

Execute() public method

public Execute ( string>.Dictionary variables ) : void
variables string>.Dictionary
return void

ParseNode() public method

public ParseNode ( XmlNode xmlNode, ScriptableScraper context ) : System
xmlNode System.Xml.XmlNode
context ScriptableScraper
return System

Property Details

input protected property

protected String input
return String

pattern protected property

protected String pattern
return String

xpath protected property

protected String xpath
return String