C# Class GuiCompare.XMLAttributes

Inheritance: XMLNameGroup
Datei anzeigen Open project: remobjects/mono-tools Class Usage Examples

Public Methods

Method Description
GetNodeKey ( string name, XmlNode node ) : string

Protected Methods

Method Description
CheckIfAdd ( string value, XmlNode node ) : bool
LoadExtraData ( string name, XmlNode node ) : void

Method Details

CheckIfAdd() protected method

protected CheckIfAdd ( string value, XmlNode node ) : bool
value string
node System.Xml.XmlNode
return bool

GetNodeKey() public method

public GetNodeKey ( string name, XmlNode node ) : string
name string
node System.Xml.XmlNode
return string

LoadExtraData() protected method

protected LoadExtraData ( string name, XmlNode node ) : void
name string
node System.Xml.XmlNode
return void