C# Class Blogposter.Utils

Afficher le fichier Open project: ozamosi/tomboy-blogposter

Méthodes publiques

Méthode Description
DecodePass ( XmlNode account ) : string
EncodePass ( string cleartextpass ) : string
OpenXmlfile ( ) : XmlDocument
SaveXmlfile ( XmlDocument doc ) : void
SelectSingleNodeText ( XmlNode root_node, string node_name ) : string
SetOrUpdateNodeText ( XmlNode root_node, string node_name, string new_value ) : void

Method Details

DecodePass() public static méthode

public static DecodePass ( XmlNode account ) : string
account System.Xml.XmlNode
Résultat string

EncodePass() public static méthode

public static EncodePass ( string cleartextpass ) : string
cleartextpass string
Résultat string

OpenXmlfile() public static méthode

public static OpenXmlfile ( ) : XmlDocument
Résultat System.Xml.XmlDocument

SaveXmlfile() public static méthode

public static SaveXmlfile ( XmlDocument doc ) : void
doc System.Xml.XmlDocument
Résultat void

SelectSingleNodeText() public static méthode

public static SelectSingleNodeText ( XmlNode root_node, string node_name ) : string
root_node System.Xml.XmlNode
node_name string
Résultat string

SetOrUpdateNodeText() public static méthode

public static SetOrUpdateNodeText ( XmlNode root_node, string node_name, string new_value ) : void
root_node System.Xml.XmlNode
node_name string
new_value string
Résultat void