C# Class MediaConvertGUI.EnhancedXmlDocument

Inheritance: System.Xml.XmlDocument
Afficher le fichier Open project: petrj/MediaConvertGUI Class Usage Examples

Méthodes publiques

Méthode Description
CreateTextSingleValueElement ( XmlNode parent, string name, string value ) : void
GetSingleNodeValue ( string xpath, string defaultValue ) : string

Method Details

CreateTextSingleValueElement() public méthode

public CreateTextSingleValueElement ( XmlNode parent, string name, string value ) : void
parent System.Xml.XmlNode
name string
value string
Résultat void

GetSingleNodeValue() public méthode

public GetSingleNodeValue ( string xpath, string defaultValue ) : string
xpath string
defaultValue string
Résultat string