C# Class org.noear.sited.SdNode

Inheritance: ISdNode
Afficher le fichier Open project: noear/SiteD Class Usage Examples

Méthodes publiques

Свойство Type Description
args string
attrs SdAttributeList

Protected Properties

Свойство Type Description
buildArgs string
buildHeader String
buildRef string
buildUrl string

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnDidInit ( ) : void

Private Methods

Méthode 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 méthode

protected OnDidInit ( ) : void
Résultat void

SdNode() public méthode

public SdNode ( ) : System
Résultat System

SdNode() public méthode

public SdNode ( SdSource source ) : System
source SdSource
Résultat System

adds() public méthode

public adds ( ) : IList
Résultat IList

btype() public méthode

public btype ( ) : int
Résultat int

cookies() public méthode

public cookies ( string uri ) : string
uri string
Résultat string

dtype() public méthode

public dtype ( ) : int
Résultat int

encode() public méthode

public encode ( ) : string
Résultat string

getArgs() public méthode

public getArgs ( String url, String key, int page ) : String
url String
key String
page int
Résultat String

getArgs() public méthode

public getArgs ( String url, int page ) : String
url String
page int
Résultat String

getHeader() public méthode

public getHeader ( String url ) : String
url String
Résultat String

getReferer() public méthode

public getReferer ( String url ) : String
url String
Résultat String

getUrl() public méthode

public getUrl ( ) : String
Résultat String

getUrl() public méthode

public getUrl ( String url ) : String
url String
Résultat String

getUrl() public méthode

public getUrl ( String url, String key, int page ) : String
url String
key String
page int
Résultat String

getUrl() public méthode

public getUrl ( String url, int page ) : String
url String
page int
Résultat String

hasAdds() public méthode

public hasAdds ( ) : bool
Résultat bool

hasItems() public méthode

public hasItems ( ) : bool
Résultat bool

hasMacro() public méthode

public hasMacro ( ) : bool
Résultat bool

isEmpty() public méthode

public isEmpty ( ) : bool
Résultat bool

isEmptyHeader() public méthode

public isEmptyHeader ( ) : bool
Résultat bool

isEmptyUrl() public méthode

public isEmptyUrl ( ) : bool
Résultat bool

isEquals() public méthode

public isEquals ( SdNode node ) : bool
node SdNode
Résultat bool

isInCookie() public méthode

public isInCookie ( ) : bool
Résultat bool

isInReferer() public méthode

public isInReferer ( ) : bool
Résultat bool

isMatch() public méthode

public isMatch ( String url ) : bool
url String
Résultat bool

items() public méthode

public items ( ) : IList
Résultat IList

nodeMatch() public méthode

public nodeMatch ( String url ) : SdNode
url String
Résultat SdNode

nodeName() public méthode

public nodeName ( ) : String
Résultat String

nodeType() public méthode

public nodeType ( ) : int
Résultat int

ua() public méthode

public ua ( ) : string
Résultat string

Property Details

args public_oe property

public string args
Résultat string

attrs public_oe property

public SdAttributeList,org.noear.sited attrs
Résultat SdAttributeList

buildArgs protected_oe property

protected string buildArgs
Résultat string

buildHeader protected_oe property

protected String buildHeader
Résultat String

buildRef protected_oe property

protected string buildRef
Résultat string

buildUrl protected_oe property

protected string buildUrl
Résultat string