|
org.net2map.pov.documentsManager.PovDocumentHtml Class ReferenceInheritance diagram for org.net2map.pov.documentsManager.PovDocumentHtml:
[legend]Collaboration diagram for org.net2map.pov.documentsManager.PovDocumentHtml:
[legend]List of all members.
Detailed Description
Maintains attributes to describe HTML document.
Definition at line 10 of file PovDocumentHtml.java.
|
Public Member Functions |
| | PovDocumentHtml () |
| | Default constructor.
|
| String | getTitle () |
| | Return the HTML document's title.
|
| void | setTitle (String title) |
| | Sets the HTML document's title.
|
| String | getSummary () |
| | Return the HTML document's summary.
|
| void | setSummary (String summary) |
| | Sets the HTML document's summary.
|
| void | initialize (Document lucenedoc) |
| | Initialize document using Lucene document structure.
|
| String | toString () |
| | Prints the criteria in a string for human consumption.
|
| String | toXml () |
| | Prints the criteria to a XML parsed string.
|
Private Attributes |
| String | sTitle |
| String | sSummary |
Constructor & Destructor Documentation
Member Function Documentation
| void org.net2map.pov.documentsManager.PovDocumentHtml.initialize |
( |
Document |
lucenedoc |
) |
[virtual] |
|
Here is the call graph for this function:
| void org.net2map.pov.documentsManager.PovDocumentHtml.setSummary |
( |
String |
summary |
) |
|
|
| void org.net2map.pov.documentsManager.PovDocumentHtml.setTitle |
( |
String |
title |
) |
|
|
Here is the call graph for this function:
| String org.net2map.pov.documentsManager.PovDocumentHtml.toXml |
( |
|
) |
[virtual] |
|
Here is the call graph for this function:
Member Data Documentation
The documentation for this class was generated from the following file:
|
|