|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.doxia.docrenderer.document.DocumentModel
Describes the overall document model.
| Constructor Summary | |
DocumentModel()
|
|
| Method Summary | |
boolean |
equals(java.lang.Object other)
Method equals. |
DocumentMeta |
getMeta()
Get the Meta information properties. |
java.lang.String |
getModelEncoding()
Method getModelEncoding. |
java.lang.String |
getOutputName()
Get the outputName field. |
DocumentTOC |
getToc()
Get the TOC information properties. |
int |
hashCode()
Method hashCode. |
void |
setMeta(DocumentMeta meta)
Set the Meta information properties. |
void |
setModelEncoding(java.lang.String modelEncoding)
Set an encoding used for reading/writing the model. |
void |
setOutputName(java.lang.String outputName)
Set the outputName field. |
void |
setToc(DocumentTOC toc)
Set the TOC information properties. |
java.lang.String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DocumentModel()
| Method Detail |
public boolean equals(java.lang.Object other)
other -
public DocumentMeta getMeta()
public java.lang.String getModelEncoding()
public java.lang.String getOutputName()
public DocumentTOC getToc()
public int hashCode()
public void setMeta(DocumentMeta meta)
meta - public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding - public void setOutputName(java.lang.String outputName)
outputName - public void setToc(DocumentTOC toc)
toc - public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||