C# Class Monodoc.Widgets.TypeNode

Inheritance: DocNode, ITableSummary
Show file Open project: mono/monodoc-widgets Class Usage Examples

Public Methods

Method Description
CreateItem ( DocView view ) : DocViewItem
TypeNode ( DocNode parent, string dir_path, XmlElement index_elem ) : System

Protected Methods

Method Description
CompareNodes ( DocNode a, DocNode b ) : int
LoadChildren ( ) : void

Private Methods

Method Description
GetKind ( XmlElement elem ) : string

Method Details

CompareNodes() protected method

protected CompareNodes ( DocNode a, DocNode b ) : int
a DocNode
b DocNode
return int

CreateItem() public method

public CreateItem ( DocView view ) : DocViewItem
view DocView
return DocViewItem

LoadChildren() protected method

protected LoadChildren ( ) : void
return void

TypeNode() public method

public TypeNode ( DocNode parent, string dir_path, XmlElement index_elem ) : System
parent DocNode
dir_path string
index_elem System.Xml.XmlElement
return System