C# Class Tomboy.NoteArchiver

Mostrar archivo Open project: GNOME/tomboy

Public Methods

Method 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

Protected Methods

Method Description
NoteArchiver ( ) : System

Private Methods

Method Description
ParseTags ( XmlNode tagNodes ) : List

Parse the tags from the element

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

Method Details

GetRenamedNoteXml() public method

public GetRenamedNoteXml ( string noteXml, string oldTitle, string newTitle ) : string
noteXml string
oldTitle string
newTitle string
return string

GetTitleFromNoteXml() public method

public GetTitleFromNoteXml ( string noteXml ) : string
noteXml string
return string

NoteArchiver() protected method

protected NoteArchiver ( ) : System
return System

Read() public method

public Read ( XmlTextReader xml, string uri ) : NoteData
xml System.Xml.XmlTextReader
uri string
return NoteData

Read() public static method

public static Read ( string read_file, string uri ) : NoteData
read_file string
uri string
return NoteData

ReadFile() public method

public ReadFile ( string read_file, string uri ) : NoteData
read_file string
uri string
return NoteData

Write() public static method

public static Write ( TextWriter writer, NoteData note ) : void
writer System.IO.TextWriter
note NoteData
return void

Write() public method

public Write ( XmlWriter xml, NoteData note ) : void
xml System.Xml.XmlWriter
note NoteData
return void

Write() public static method

public static Write ( string write_file, NoteData note ) : void
write_file string
note NoteData
return void

WriteFile() public method

public WriteFile ( TextWriter writer, NoteData note ) : void
writer System.IO.TextWriter
note NoteData
return void

WriteFile() public method

public WriteFile ( string write_file, NoteData note ) : void
write_file string
note NoteData
return void

WriteString() public static method

public static WriteString ( NoteData note ) : string
note NoteData
return string