C# Class Sage.Modules.Module

Provides several shared utility methods for use with Sage modules.
ファイルを表示 Open project: igorfrance/sage

Public Methods

Method Description
GetConfigNodes ( XmlNode moduleElement, string xpath ) : XmlNodeList

Selects the specified nodes within the mod:config section of the specified moduleElement.

GetConfigText ( XmlNode moduleElement, string xpath ) : string

Gets the configuration text.

Method Details

GetConfigNodes() public static method

Selects the specified nodes within the mod:config section of the specified moduleElement.
public static GetConfigNodes ( XmlNode moduleElement, string xpath ) : XmlNodeList
moduleElement System.Xml.XmlNode The module element.
xpath string The xpath.
return System.Xml.XmlNodeList

GetConfigText() public static method

Gets the configuration text.
public static GetConfigText ( XmlNode moduleElement, string xpath ) : string
moduleElement System.Xml.XmlNode The module element.
xpath string The xpath.
return string