C# 클래스 TrakHound.Tools.XML.Attributes

파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

공개 메소드들

메소드 설명
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

메소드 상세

Get() 공개 정적인 메소드

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

Set() 공개 정적인 메소드

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

Set() 공개 정적인 메소드

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