Client.ExporterXHTML Class Reference

Exports bibliographies to XHTML. More...

Inheritance diagram for Client.ExporterXHTML:

Inheritance graph
[legend]
Collaboration diagram for Client.ExporterXHTML:

Collaboration graph
[legend]
List of all members.

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.

Detailed Description

Exports bibliographies to XHTML.

Definition at line 496 of file BibliographyExporter.cs.


Member Function Documentation

string Client.ExporterXHTML.Begin (  ) 

Begins the XHTML file.

Returns:
The file header for the XHTML bibliography

Implements Client.BibExporter.

Definition at line 510 of file BibliographyExporter.cs.

string Client.ExporterXHTML.GetItem ( LiteratureInfo  lit  ) 

Renders each item to XHTML format.

Parameters:
lit The literature item to handle
Returns:
The rendered literature item

Implements Client.BibExporter.

Definition at line 520 of file BibliographyExporter.cs.

string Client.ExporterXHTML.End (  ) 

Ends the XHTML file.

Returns:
The file footer for the XHTML bibliograhy

Implements Client.BibExporter.

Definition at line 529 of file BibliographyExporter.cs.


Member Data Documentation

string Client.ExporterXHTML.fileExtension = "xhtml" [private]

The file extension for XHTML files.

Definition at line 501 of file BibliographyExporter.cs.


Property Documentation

string Client.ExporterXHTML.FileExtension [get]

Gets the read-only file extension property.

Implements Client.BibExporter.

Definition at line 504 of file BibliographyExporter.cs.


The documentation for this class was generated from the following file:
Generated on Thu Dec 21 06:22:26 2006 for SCRAML by  doxygen 1.5.1-p1