C# Class Cornerstone.ScraperEngine.Nodes.ParseNode

Inheritance: ScraperNode
Mostrar archivo 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_oe property

protected String input
return String

pattern protected_oe property

protected String pattern
return String

xpath protected_oe property

protected String xpath
return String