C# Class Cornerstone.ScraperEngine.Nodes.ReplaceNode

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

Protected Properties

Property Type Description
input String
pattern String
replacement String

Public Methods

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

Method Details

Execute() public method

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

ReplaceNode() public method

public ReplaceNode ( 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

replacement protected property

protected String replacement
return String