C# 클래스 Cornerstone.ScraperEngine.ScraperNode

파일 보기 프로젝트 열기: damienhaynes/moving-pictures 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
children List
loadSuccess bool
logger System.Logger
name string
nodeSettings ScraperNodeAttribute
xmlNode System.Xml.XmlNode

공개 메소드들

메소드 설명
Execute ( string>.Dictionary variables ) : void
Load ( string modifier ) : IValueModifier

Loads the specified modifier by name.

Load ( XmlNode xmlNode, ScriptableScraper context ) : ScraperNode
ScraperNode ( XmlNode xmlNode, ScriptableScraper context ) : System

보호된 메소드들

메소드 설명
executeChildren ( string>.Dictionary variables ) : void
loadChildren ( ) : bool
parseString ( string>.Dictionary variables, string input ) : string
removeVariable ( string>.Dictionary variables, string key ) : void
setVariable ( string>.Dictionary variables, string key, string value ) : void

비공개 메소드들

메소드 설명
ScraperNode ( ) : System
removeArrayValues ( string>.Dictionary variables, string key ) : void

메소드 상세

Execute() 공개 추상적인 메소드

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

Load() 공개 정적인 메소드

Loads the specified modifier by name.
public static Load ( string modifier ) : IValueModifier
modifier string The modifier.
리턴 IValueModifier

Load() 공개 정적인 메소드

public static Load ( XmlNode xmlNode, ScriptableScraper context ) : ScraperNode
xmlNode System.Xml.XmlNode
context ScriptableScraper
리턴 ScraperNode

ScraperNode() 공개 메소드

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

executeChildren() 보호된 메소드

protected executeChildren ( string>.Dictionary variables ) : void
variables string>.Dictionary
리턴 void

loadChildren() 보호된 메소드

protected loadChildren ( ) : bool
리턴 bool

parseString() 보호된 메소드

protected parseString ( string>.Dictionary variables, string input ) : string
variables string>.Dictionary
input string
리턴 string

removeVariable() 보호된 메소드

protected removeVariable ( string>.Dictionary variables, string key ) : void
variables string>.Dictionary
key string
리턴 void

setVariable() 보호된 메소드

protected setVariable ( string>.Dictionary variables, string key, string value ) : void
variables string>.Dictionary
key string
value string
리턴 void

프로퍼티 상세

children 보호되어 있는 프로퍼티

protected List children
리턴 List

loadSuccess 보호되어 있는 프로퍼티

protected bool loadSuccess
리턴 bool

logger 보호되어 있는 정적으로 프로퍼티

protected static Logger,System logger
리턴 System.Logger

name 보호되어 있는 프로퍼티

protected string name
리턴 string

nodeSettings 보호되어 있는 프로퍼티

protected ScraperNodeAttribute,Cornerstone.ScraperEngine nodeSettings
리턴 ScraperNodeAttribute

xmlNode 보호되어 있는 프로퍼티

protected XmlNode,System.Xml xmlNode
리턴 System.Xml.XmlNode