C# Class Cornerstone.ScraperEngine.Nodes.ReplaceNode

Inheritance: ScraperNode
Exibir arquivo 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_oe property

protected String input
return String

pattern protected_oe property

protected String pattern
return String

replacement protected_oe property

protected String replacement
return String