Inheritance diagram for Client.ExporterXHTML:


Public Member Functions | |
| string | Begin () |
| Begins the XHTML file. | |
| string | GetItem (LiteratureInfo lit) |
| Renders each item to XHTML format. | |
| string | End () |
| Ends the XHTML file. | |
Properties | |
| string | FileExtension [get] |
| Gets the read-only file extension property. | |
Private Attributes | |
| string | fileExtension = "xhtml" |
| The file extension for XHTML files. | |
Definition at line 496 of file BibliographyExporter.cs.
| string Client.ExporterXHTML.Begin | ( | ) |
Begins the XHTML file.
Implements Client.BibExporter.
Definition at line 510 of file BibliographyExporter.cs.
| string Client.ExporterXHTML.GetItem | ( | LiteratureInfo | lit | ) |
Renders each item to XHTML format.
| lit | The literature item to handle |
Implements Client.BibExporter.
Definition at line 520 of file BibliographyExporter.cs.
| string Client.ExporterXHTML.End | ( | ) |
Ends the XHTML file.
Implements Client.BibExporter.
Definition at line 529 of file BibliographyExporter.cs.
string Client.ExporterXHTML.fileExtension = "xhtml" [private] |
string Client.ExporterXHTML.FileExtension [get] |
Gets the read-only file extension property.
Implements Client.BibExporter.
Definition at line 504 of file BibliographyExporter.cs.
1.5.1-p1