C# Class org.noear.sited.SdNode

Inheritance: ISdNode
Datei anzeigen Open project: noear/SiteD Class Usage Examples

Public Properties

Property Type Description
args string
attrs SdAttributeList

Protected Properties

Property Type Description
buildArgs string
buildHeader String
buildRef string
buildUrl string

Public Methods

Method Description
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

Protected Methods

Method Description
OnDidInit ( ) : void

Private Methods

Method Description
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

Method Details

OnDidInit() protected method

protected OnDidInit ( ) : void
return void

SdNode() public method

public SdNode ( ) : System
return System

SdNode() public method

public SdNode ( SdSource source ) : System
source SdSource
return System

adds() public method

public adds ( ) : IList
return IList

btype() public method

public btype ( ) : int
return int

cookies() public method

public cookies ( string uri ) : string
uri string
return string

dtype() public method

public dtype ( ) : int
return int

encode() public method

public encode ( ) : string
return string

getArgs() public method

public getArgs ( String url, String key, int page ) : String
url String
key String
page int
return String

getArgs() public method

public getArgs ( String url, int page ) : String
url String
page int
return String

getHeader() public method

public getHeader ( String url ) : String
url String
return String

getReferer() public method

public getReferer ( String url ) : String
url String
return String

getUrl() public method

public getUrl ( ) : String
return String

getUrl() public method

public getUrl ( String url ) : String
url String
return String

getUrl() public method

public getUrl ( String url, String key, int page ) : String
url String
key String
page int
return String

getUrl() public method

public getUrl ( String url, int page ) : String
url String
page int
return String

hasAdds() public method

public hasAdds ( ) : bool
return bool

hasItems() public method

public hasItems ( ) : bool
return bool

hasMacro() public method

public hasMacro ( ) : bool
return bool

isEmpty() public method

public isEmpty ( ) : bool
return bool

isEmptyHeader() public method

public isEmptyHeader ( ) : bool
return bool

isEmptyUrl() public method

public isEmptyUrl ( ) : bool
return bool

isEquals() public method

public isEquals ( SdNode node ) : bool
node SdNode
return bool

isInCookie() public method

public isInCookie ( ) : bool
return bool

isInReferer() public method

public isInReferer ( ) : bool
return bool

isMatch() public method

public isMatch ( String url ) : bool
url String
return bool

items() public method

public items ( ) : IList
return IList

nodeMatch() public method

public nodeMatch ( String url ) : SdNode
url String
return SdNode

nodeName() public method

public nodeName ( ) : String
return String

nodeType() public method

public nodeType ( ) : int
return int

ua() public method

public ua ( ) : string
return string

Property Details

args public_oe property

public string args
return string

attrs public_oe property

public SdAttributeList,org.noear.sited attrs
return SdAttributeList

buildArgs protected_oe property

protected string buildArgs
return string

buildHeader protected_oe property

protected String buildHeader
return String

buildRef protected_oe property

protected string buildRef
return string

buildUrl protected_oe property

protected string buildUrl
return string