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

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

보호된 프로퍼티들

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

공개 메소드들

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

비공개 메소드들

메소드 설명
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

메소드 상세

Execute() 공개 메소드

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

ParseNode() 공개 메소드

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

프로퍼티 상세

input 보호되어 있는 프로퍼티

protected String input
리턴 String

pattern 보호되어 있는 프로퍼티

protected String pattern
리턴 String

xpath 보호되어 있는 프로퍼티

protected String xpath
리턴 String