C# 클래스 org.noear.sited.SdNode

상속: ISdNode
파일 보기 프로젝트 열기: noear/SiteD 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
args string
attrs SdAttributeList

보호된 프로퍼티들

프로퍼티 타입 설명
buildArgs string
buildHeader String
buildRef string
buildUrl string

공개 메소드들

메소드 설명
SdNode ( ) : System
SdNode ( SdSource source ) : System
adds ( ) : IList
btype ( ) : int
cookies ( string uri ) : string
dtype ( ) : int
encode ( ) : string
getArgs ( String url, String key, int page ) : String
getArgs ( String url, int page ) : String
getHeader ( String url ) : String
getReferer ( String url ) : String
getUrl ( ) : String
getUrl ( String url ) : String
getUrl ( String url, String key, int page ) : String
getUrl ( String url, int page ) : String
hasAdds ( ) : bool
hasItems ( ) : bool
hasMacro ( ) : bool
isEmpty ( ) : bool
isEmptyHeader ( ) : bool
isEmptyUrl ( ) : bool
isEquals ( SdNode node ) : bool
isInCookie ( ) : bool
isInReferer ( ) : bool
isMatch ( String url ) : bool
items ( ) : IList
nodeMatch ( String url ) : SdNode
nodeName ( ) : String
nodeType ( ) : int
ua ( ) : string

보호된 메소드들

메소드 설명
OnDidInit ( ) : void

비공개 메소드들

메소드 설명
buildForAdd ( System.Xml.Linq.XElement cfg, SdNode p ) : SdNode
buildForItem ( System.Xml.Linq.XElement cfg, SdNode p ) : SdNode
buildForNode ( System.Xml.Linq.XElement cfg ) : SdNode

메소드 상세

OnDidInit() 보호된 메소드

protected OnDidInit ( ) : void
리턴 void

SdNode() 공개 메소드

public SdNode ( ) : System
리턴 System

SdNode() 공개 메소드

public SdNode ( SdSource source ) : System
source SdSource
리턴 System

adds() 공개 메소드

public adds ( ) : IList
리턴 IList

btype() 공개 메소드

public btype ( ) : int
리턴 int

cookies() 공개 메소드

public cookies ( string uri ) : string
uri string
리턴 string

dtype() 공개 메소드

public dtype ( ) : int
리턴 int

encode() 공개 메소드

public encode ( ) : string
리턴 string

getArgs() 공개 메소드

public getArgs ( String url, String key, int page ) : String
url String
key String
page int
리턴 String

getArgs() 공개 메소드

public getArgs ( String url, int page ) : String
url String
page int
리턴 String

getHeader() 공개 메소드

public getHeader ( String url ) : String
url String
리턴 String

getReferer() 공개 메소드

public getReferer ( String url ) : String
url String
리턴 String

getUrl() 공개 메소드

public getUrl ( ) : String
리턴 String

getUrl() 공개 메소드

public getUrl ( String url ) : String
url String
리턴 String

getUrl() 공개 메소드

public getUrl ( String url, String key, int page ) : String
url String
key String
page int
리턴 String

getUrl() 공개 메소드

public getUrl ( String url, int page ) : String
url String
page int
리턴 String

hasAdds() 공개 메소드

public hasAdds ( ) : bool
리턴 bool

hasItems() 공개 메소드

public hasItems ( ) : bool
리턴 bool

hasMacro() 공개 메소드

public hasMacro ( ) : bool
리턴 bool

isEmpty() 공개 메소드

public isEmpty ( ) : bool
리턴 bool

isEmptyHeader() 공개 메소드

public isEmptyHeader ( ) : bool
리턴 bool

isEmptyUrl() 공개 메소드

public isEmptyUrl ( ) : bool
리턴 bool

isEquals() 공개 메소드

public isEquals ( SdNode node ) : bool
node SdNode
리턴 bool

isInCookie() 공개 메소드

public isInCookie ( ) : bool
리턴 bool

isInReferer() 공개 메소드

public isInReferer ( ) : bool
리턴 bool

isMatch() 공개 메소드

public isMatch ( String url ) : bool
url String
리턴 bool

items() 공개 메소드

public items ( ) : IList
리턴 IList

nodeMatch() 공개 메소드

public nodeMatch ( String url ) : SdNode
url String
리턴 SdNode

nodeName() 공개 메소드

public nodeName ( ) : String
리턴 String

nodeType() 공개 메소드

public nodeType ( ) : int
리턴 int

ua() 공개 메소드

public ua ( ) : string
리턴 string

프로퍼티 상세

args 공개적으로 프로퍼티

public string args
리턴 string

attrs 공개적으로 프로퍼티

public SdAttributeList,org.noear.sited attrs
리턴 SdAttributeList

buildArgs 보호되어 있는 프로퍼티

protected string buildArgs
리턴 string

buildHeader 보호되어 있는 프로퍼티

protected String buildHeader
리턴 String

buildRef 보호되어 있는 프로퍼티

protected string buildRef
리턴 string

buildUrl 보호되어 있는 프로퍼티

protected string buildUrl
리턴 string