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

Inheritance: org.noear.sited.SdSource
显示文件 Open project: noear/SiteD Class Usage Examples

Public Properties

Property Type Description
reward DdNode

Public Methods

Method 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

Protected Methods

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

Private Methods

Method Description
doLogin ( ) : void

Method Details

DdSource() public method

public DdSource ( String xml ) : System
xml String
return System

DoCheck() protected method

protected DoCheck ( String url, String cookies, bool isFromAuto ) : bool
url String
cookies String
isFromAuto bool
return bool

DoTraceUrl() protected method

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

book() public method

public book ( String url ) : DdNode
url String
return DdNode

cookies() public method

public cookies ( ) : string
return string

fullTitle() public method

public fullTitle ( ) : String
return String

isBook() public static method

public static isBook ( SdNode node ) : bool
node org.noear.sited.SdNode
return bool

isHots() public static method

public static isHots ( SdNode node ) : bool
node org.noear.sited.SdNode
return bool

isLoggedIn() public method

public isLoggedIn ( String url, String cookies ) : bool
url String
cookies String
return bool

isTags() public static method

public static isTags ( SdNode node ) : bool
node org.noear.sited.SdNode
return bool

isUpdates() public static method

public static isUpdates ( SdNode node ) : bool
node org.noear.sited.SdNode
return bool

object1() public method

public object1 ( String url ) : DdNode
url String
return DdNode

section() public method

public section ( String url ) : DdNode
url String
return DdNode

setCookies() public method

public setCookies ( String cookies ) : void
cookies String
return void

tag() public method

public tag ( String url ) : DdNode
url String
return DdNode

tryAlert() public method

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

tryLogin() public method

public tryLogin ( bool forUser ) : void
forUser bool
return void

Property Details

reward public_oe property

public DdNode,ddcat.uwp.dao.engine reward
return DdNode