C# 클래스 webParser, CSE110M240T10

상속: MonoBehaviour
파일 보기 프로젝트 열기: ucsdCSE110wi16/CSE110M240T10 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Instance webParser,
func recipeLoaded

공개 메소드들

메소드 설명
Awake ( ) : void
getURLBase ( string url ) : string
parse ( string url, recipeLoaded func ) : void

비공개 메소드들

메소드 설명
callback ( string url, string html ) : void
getBody ( string html ) : string
getElementsByAttr ( string html, string divType, string attr, string val ) : List
getElementsByTag ( string html, string tag ) : List
parseAlbertsons ( string html ) : recipe,
parseAllRecipes ( string html ) : recipe,
parseChatelaine ( string html ) : recipe,
parseCookstr ( string html ) : recipe,
parseDelish ( string html ) : recipe,
parseEatingWell ( string html ) : recipe,
parseEpicurious ( string html ) : recipe,
parseFoodDotCom ( string html ) : recipe,
parseFoodNetwork ( string html ) : recipe,
parseMartha ( string html ) : recipe,
parseMyRecipes ( string html ) : recipe,
parseOprah ( string html ) : recipe,
parseRachaelRay ( string html ) : recipe,
parseTheKitchn ( string html ) : recipe,
parseWegmans ( string html ) : recipe,
removeBlock ( string html, string removeOpen, string removeClose ) : string
removeNewline ( string html ) : string
removeScript ( string html ) : string
removeTags ( string html ) : string

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

getURLBase() 공개 정적인 메소드

public static getURLBase ( string url ) : string
url string
리턴 string

parse() 공개 메소드

public parse ( string url, recipeLoaded func ) : void
url string
func recipeLoaded
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static webParser, Instance
리턴 webParser,

func 공개적으로 프로퍼티

public recipeLoaded func
리턴 recipeLoaded