|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--DocumentModel
The document model. This class holds a parsed document: the top
FlexibleBox representing the page, and the title of the
page.
| Field Summary | |
FlexibleBox |
box
The FlexibleBox representing the page. |
java.lang.String |
title
The title of the page. |
| Constructor Summary | |
DocumentModel(FlexibleBox b,
java.lang.String t)
Constructs a new DocumentModel |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public FlexibleBox box
FlexibleBox representing the page.public java.lang.String title
| Constructor Detail |
public DocumentModel(FlexibleBox b,
java.lang.String t)
DocumentModel.
- Parameters:
b - the FlexibleBox representing the page.t - the title of the page.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||