C# 클래스 Tomboy.NoteArchiver

파일 보기 프로젝트 열기: GNOME/tomboy

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
NoteArchiver ( ) : System

비공개 메소드들

메소드 설명
ParseTags ( XmlNode tagNodes ) : List

Parse the tags from the element

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

메소드 상세

GetRenamedNoteXml() 공개 메소드

public GetRenamedNoteXml ( string noteXml, string oldTitle, string newTitle ) : string
noteXml string
oldTitle string
newTitle string
리턴 string

GetTitleFromNoteXml() 공개 메소드

public GetTitleFromNoteXml ( string noteXml ) : string
noteXml string
리턴 string

NoteArchiver() 보호된 메소드

protected NoteArchiver ( ) : System
리턴 System

Read() 공개 메소드

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

Read() 공개 정적인 메소드

public static Read ( string read_file, string uri ) : NoteData
read_file string
uri string
리턴 NoteData

ReadFile() 공개 메소드

public ReadFile ( string read_file, string uri ) : NoteData
read_file string
uri string
리턴 NoteData

Write() 공개 정적인 메소드

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

Write() 공개 메소드

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

Write() 공개 정적인 메소드

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

WriteFile() 공개 메소드

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

WriteFile() 공개 메소드

public WriteFile ( string write_file, NoteData note ) : void
write_file string
note NoteData
리턴 void

WriteString() 공개 정적인 메소드

public static WriteString ( NoteData note ) : string
note NoteData
리턴 string