C# Class FredCK.FCKeditorV2.XmlUtil

Mostrar archivo Open project: ayende/Subtext

Public Methods

Method Description
AppendElement ( XmlNode node, string newElementName ) : XmlNode
AppendElement ( XmlNode node, string newElementName, string innerValue ) : XmlNode
CreateAttribute ( XmlDocument xmlDocument, string name, string value ) : XmlAttribute
SetAttribute ( XmlNode node, string attributeName, string attributeValue ) : void

Private Methods

Method Description
XmlUtil ( ) : System

Method Details

AppendElement() public static method

public static AppendElement ( XmlNode node, string newElementName ) : XmlNode
node System.Xml.XmlNode
newElementName string
return System.Xml.XmlNode

AppendElement() public static method

public static AppendElement ( XmlNode node, string newElementName, string innerValue ) : XmlNode
node System.Xml.XmlNode
newElementName string
innerValue string
return System.Xml.XmlNode

CreateAttribute() public static method

public static CreateAttribute ( XmlDocument xmlDocument, string name, string value ) : XmlAttribute
xmlDocument System.Xml.XmlDocument
name string
value string
return System.Xml.XmlAttribute

SetAttribute() public static method

public static SetAttribute ( XmlNode node, string attributeName, string attributeValue ) : void
node System.Xml.XmlNode
attributeName string
attributeValue string
return void