C# Class ddcat.uwp.dao.engine.DdSource

Inheritance: org.noear.sited.SdSource
Afficher le fichier Open project: noear/SiteD Class Usage Examples

Méthodes publiques

Свойство Type Description
reward DdNode

Méthodes publiques

Méthode Description
DdSource ( String xml ) : System
book ( String url ) : DdNode
cookies ( ) : string
fullTitle ( ) : String
isBook ( SdNode node ) : bool
isHots ( SdNode node ) : bool
isLoggedIn ( String url, String cookies ) : bool
isTags ( SdNode node ) : bool
isUpdates ( SdNode node ) : bool
object1 ( String url ) : DdNode
section ( String url ) : DdNode
setCookies ( String cookies ) : void
tag ( String url ) : DdNode
tryAlert ( Page page, Action callback ) : bool
tryLogin ( bool forUser ) : void

Méthodes protégées

Méthode Description
DoCheck ( String url, String cookies, bool isFromAuto ) : bool
DoTraceUrl ( String url, String args, SdNode config ) : void

Private Methods

Méthode Description
doLogin ( ) : void

Method Details

DdSource() public méthode

public DdSource ( String xml ) : System
xml String
Résultat System

DoCheck() protected méthode

protected DoCheck ( String url, String cookies, bool isFromAuto ) : bool
url String
cookies String
isFromAuto bool
Résultat bool

DoTraceUrl() protected méthode

protected DoTraceUrl ( String url, String args, SdNode config ) : void
url String
args String
config org.noear.sited.SdNode
Résultat void

book() public méthode

public book ( String url ) : DdNode
url String
Résultat DdNode

cookies() public méthode

public cookies ( ) : string
Résultat string

fullTitle() public méthode

public fullTitle ( ) : String
Résultat String

isBook() public static méthode

public static isBook ( SdNode node ) : bool
node org.noear.sited.SdNode
Résultat bool

isHots() public static méthode

public static isHots ( SdNode node ) : bool
node org.noear.sited.SdNode
Résultat bool

isLoggedIn() public méthode

public isLoggedIn ( String url, String cookies ) : bool
url String
cookies String
Résultat bool

isTags() public static méthode

public static isTags ( SdNode node ) : bool
node org.noear.sited.SdNode
Résultat bool

isUpdates() public static méthode

public static isUpdates ( SdNode node ) : bool
node org.noear.sited.SdNode
Résultat bool

object1() public méthode

public object1 ( String url ) : DdNode
url String
Résultat DdNode

section() public méthode

public section ( String url ) : DdNode
url String
Résultat DdNode

setCookies() public méthode

public setCookies ( String cookies ) : void
cookies String
Résultat void

tag() public méthode

public tag ( String url ) : DdNode
url String
Résultat DdNode

tryAlert() public méthode

public tryAlert ( Page page, Action callback ) : bool
page Windows.UI.Xaml.Controls.Page
callback Action
Résultat bool

tryLogin() public méthode

public tryLogin ( bool forUser ) : void
forUser bool
Résultat void

Property Details

reward public_oe property

public DdNode,ddcat.uwp.dao.engine reward
Résultat DdNode