C# Class Monodoc.EcmaProvider

Inheritance: Monodoc.Provider
Show file Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
AddDirectory ( string directory ) : void
CloseTree ( Monodoc.HelpSource hs, Monodoc.Tree tree ) : void
EcmaProvider ( ) : System
EcmaProvider ( string base_directory ) : System
PopulateTree ( Monodoc.Tree tree ) : void

Private Methods

Method Description
AddExtensionMethods ( Monodoc.Tree tree ) : void
GetMemberName ( XmlNode node ) : string
PopulateClass ( Monodoc.Tree tree, string ns, Monodoc.Node ns_node, string file ) : void
PopulateMember ( XmlDocument doc, string typename, Monodoc.Node node, string type, string caption ) : void

Method Details

AddDirectory() public method

public AddDirectory ( string directory ) : void
directory string
return void

CloseTree() public method

public CloseTree ( Monodoc.HelpSource hs, Monodoc.Tree tree ) : void
hs Monodoc.HelpSource
tree Monodoc.Tree
return void

EcmaProvider() public method

public EcmaProvider ( ) : System
return System

EcmaProvider() public method

public EcmaProvider ( string base_directory ) : System
base_directory string
return System

PopulateTree() public method

public PopulateTree ( Monodoc.Tree tree ) : void
tree Monodoc.Tree
return void