C# Class TrakHound.Tools.XML.Attributes

Exibir arquivo Open project: TrakHound/TrakHound-Community

Public Methods

Method Description
Get ( XmlNode node, string attributeName ) : string
Set ( XmlDocument doc, XmlNode node, string attributeName, string attributeValue ) : bool
Set ( XmlDocument doc, string xPath, string attributeName, string attributeValue ) : bool

Method Details

Get() public static method

public static Get ( XmlNode node, string attributeName ) : string
node System.Xml.XmlNode
attributeName string
return string

Set() public static method

public static Set ( XmlDocument doc, XmlNode node, string attributeName, string attributeValue ) : bool
doc System.Xml.XmlDocument
node System.Xml.XmlNode
attributeName string
attributeValue string
return bool

Set() public static method

public static Set ( XmlDocument doc, string xPath, string attributeName, string attributeValue ) : bool
doc System.Xml.XmlDocument
xPath string
attributeName string
attributeValue string
return bool