C# Class Kipunji.Adapters.MdocAdapter

Inheritance: BaseAdapter
Datei anzeigen Open project: jpobst/Kipunji

Public Methods

Method Description
GetIndex ( ) : List
Initialize ( string docDirectory ) : void
ReadMember ( string assembly, string ns, string type, string member ) : MemberModel
ReadNamespace ( string assembly, string name ) : NamespaceModel
ReadType ( string assembly, string ns, string type, bool shallow ) : TypeModel

Private Methods

Method Description
CreateIndex ( ) : void
GetChildText ( XmlElement xe, string child, string defaultValue ) : string
GetChildXml ( XmlElement xe, string child, string defaultValue ) : string
PopulateMembersInType ( TypeModel model, XmlElement xe ) : void
PopulateTypesInNamespace ( string assembly, NamespaceModel model ) : void

Method Details

GetIndex() public method

public GetIndex ( ) : List
return List

Initialize() public method

public Initialize ( string docDirectory ) : void
docDirectory string
return void

ReadMember() public method

public ReadMember ( string assembly, string ns, string type, string member ) : MemberModel
assembly string
ns string
type string
member string
return Kipunji.Models.MemberModel

ReadNamespace() public method

public ReadNamespace ( string assembly, string name ) : NamespaceModel
assembly string
name string
return Kipunji.Models.NamespaceModel

ReadType() public method

public ReadType ( string assembly, string ns, string type, bool shallow ) : TypeModel
assembly string
ns string
type string
shallow bool
return Kipunji.Models.TypeModel