C# 클래스 Cornerstone.ScraperEngine.Nodes.ReplaceNode

상속: ScraperNode
파일 보기 프로젝트 열기: damienhaynes/moving-pictures

보호된 프로퍼티들

프로퍼티 타입 설명
input String
pattern String
replacement String

공개 메소드들

메소드 설명
Execute ( string>.Dictionary variables ) : void
ReplaceNode ( XmlNode xmlNode, ScriptableScraper context ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( string>.Dictionary variables ) : void
variables string>.Dictionary
리턴 void

ReplaceNode() 공개 메소드

public ReplaceNode ( XmlNode xmlNode, ScriptableScraper context ) : System
xmlNode System.Xml.XmlNode
context ScriptableScraper
리턴 System

프로퍼티 상세

input 보호되어 있는 프로퍼티

protected String input
리턴 String

pattern 보호되어 있는 프로퍼티

protected String pattern
리턴 String

replacement 보호되어 있는 프로퍼티

protected String replacement
리턴 String