C# Class Cornerstone.ScraperEngine.Nodes.ReplaceNode

Inheritance: ScraperNode
Afficher le fichier Open project: damienhaynes/moving-pictures

Protected Properties

Свойство Type Description
input String
pattern String
replacement String

Méthodes publiques

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

Method Details

Execute() public méthode

public Execute ( string>.Dictionary variables ) : void
variables string>.Dictionary
Résultat void

ReplaceNode() public méthode

public ReplaceNode ( XmlNode xmlNode, ScriptableScraper context ) : System
xmlNode System.Xml.XmlNode
context ScriptableScraper
Résultat System

Property Details

input protected_oe property

protected String input
Résultat String

pattern protected_oe property

protected String pattern
Résultat String

replacement protected_oe property

protected String replacement
Résultat String