C# Class org.noear.sited.SdNodeSet

Inheritance: ISdNode
Mostrar archivo Open project: noear/SiteD Class Usage Examples

Public Properties

Property Type Description
attrs SdAttributeList
name String
source SdSource

Public Methods

Method Description
OnDidInit ( ) : void
SdNodeSet ( SdSource source ) : System
dtype ( ) : int
get ( String name ) : ISdNode
isEmpty ( ) : bool
nodeMatch ( String url ) : SdNode
nodeName ( ) : String
nodeType ( ) : int
nodes ( ) : IEnumerable

Private Methods

Method Description
add ( ISdNode node ) : void
buildForNode ( System.Xml.Linq.XElement element ) : SdNodeSet

Method Details

OnDidInit() public method

public OnDidInit ( ) : void
return void

SdNodeSet() public method

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

dtype() public method

public dtype ( ) : int
return int

get() public method

public get ( String name ) : ISdNode
name String
return ISdNode

isEmpty() public method

public isEmpty ( ) : bool
return bool

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

nodes() public method

public nodes ( ) : IEnumerable
return IEnumerable

Property Details

attrs public_oe property

public SdAttributeList,org.noear.sited attrs
return SdAttributeList

name public_oe property

public String name
return String

source public_oe property

public SdSource,org.noear.sited source
return SdSource