C# Class MobiEPUB.EPUBebook

Inheritance: Ebook
Mostrar archivo Open project: Papafox/MobiEPUB

Public Methods

Method Description
EPUBebook ( ) : System
EPUBebook ( String fn ) : System
Open ( Stream str ) : void
Open ( String fn ) : void
Save ( ) : void

Private Methods

Method Description
BuildAttribute ( XmlDocument doc, String name, String text ) : XmlAttribute
BuildGuide ( XmlDocument doc ) : XmlElement
BuildManifest ( XmlDocument doc ) : XmlElement
BuildMetadata ( XmlDocument doc ) : XmlElement
BuildSpine ( XmlDocument doc ) : XmlElement
ContainerXml ( ) : String
GetContainer ( ZipFile zip ) : XmlDocument
GetOPF ( ZipFile zip, String opfFile ) : XmlDocument
GetOPFfilename ( XmlDocument container ) : String
GetOPFversion ( XmlDocument opf ) : String
IsValidEpub ( ZipFile epub ) : bool
LoadEPUB ( ZipFile zip ) : void
LoadManifest ( XmlDocument opf ) : void
LoadMetadata ( XmlDocument opf ) : void
LoadOPF ( XmlDocument opf ) : void
OPF ( ) : String
OPF_filename ( String title ) : String
setupNameSpaces ( ) : void

Method Details

EPUBebook() public method

public EPUBebook ( ) : System
return System

EPUBebook() public method

public EPUBebook ( String fn ) : System
fn String
return System

Open() public method

public Open ( Stream str ) : void
str Stream
return void

Open() public method

public Open ( String fn ) : void
fn String
return void

Save() public method

public Save ( ) : void
return void