C# Class FredCK.FCKeditorV2.XmlUtil

Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode 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

Méthode Description
XmlUtil ( ) : System

Method Details

AppendElement() public static méthode

public static AppendElement ( XmlNode node, string newElementName ) : XmlNode
node System.Xml.XmlNode
newElementName string
Résultat System.Xml.XmlNode

AppendElement() public static méthode

public static AppendElement ( XmlNode node, string newElementName, string innerValue ) : XmlNode
node System.Xml.XmlNode
newElementName string
innerValue string
Résultat System.Xml.XmlNode

CreateAttribute() public static méthode

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

SetAttribute() public static méthode

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