C# Class Tomboy.NoteArchiver

Afficher le fichier Open project: GNOME/tomboy

Méthodes publiques

Méthode Description
GetRenamedNoteXml ( string noteXml, string oldTitle, string newTitle ) : string
GetTitleFromNoteXml ( string noteXml ) : string
Read ( XmlTextReader xml, string uri ) : NoteData
Read ( string read_file, string uri ) : NoteData
ReadFile ( string read_file, string uri ) : NoteData
Write ( TextWriter writer, NoteData note ) : void
Write ( XmlWriter xml, NoteData note ) : void
Write ( string write_file, NoteData note ) : void
WriteFile ( TextWriter writer, NoteData note ) : void
WriteFile ( string write_file, NoteData note ) : void
WriteString ( NoteData note ) : string

Méthodes protégées

Méthode Description
NoteArchiver ( ) : System

Private Methods

Méthode Description
ParseTags ( XmlNode tagNodes ) : List

Parse the tags from the element

Read ( XmlTextReader xml, string uri, string &version ) : NoteData

Method Details

GetRenamedNoteXml() public méthode

public GetRenamedNoteXml ( string noteXml, string oldTitle, string newTitle ) : string
noteXml string
oldTitle string
newTitle string
Résultat string

GetTitleFromNoteXml() public méthode

public GetTitleFromNoteXml ( string noteXml ) : string
noteXml string
Résultat string

NoteArchiver() protected méthode

protected NoteArchiver ( ) : System
Résultat System

Read() public méthode

public Read ( XmlTextReader xml, string uri ) : NoteData
xml System.Xml.XmlTextReader
uri string
Résultat NoteData

Read() public static méthode

public static Read ( string read_file, string uri ) : NoteData
read_file string
uri string
Résultat NoteData

ReadFile() public méthode

public ReadFile ( string read_file, string uri ) : NoteData
read_file string
uri string
Résultat NoteData

Write() public static méthode

public static Write ( TextWriter writer, NoteData note ) : void
writer System.IO.TextWriter
note NoteData
Résultat void

Write() public méthode

public Write ( XmlWriter xml, NoteData note ) : void
xml System.Xml.XmlWriter
note NoteData
Résultat void

Write() public static méthode

public static Write ( string write_file, NoteData note ) : void
write_file string
note NoteData
Résultat void

WriteFile() public méthode

public WriteFile ( TextWriter writer, NoteData note ) : void
writer System.IO.TextWriter
note NoteData
Résultat void

WriteFile() public méthode

public WriteFile ( string write_file, NoteData note ) : void
write_file string
note NoteData
Résultat void

WriteString() public static méthode

public static WriteString ( NoteData note ) : string
note NoteData
Résultat string