Package | Description |
---|---|
org.apache.maven.doxia.document | |
org.apache.maven.doxia.document.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private DocumentCover |
DocumentModel.cover
The meta data to construct a cover page for the
document.
|
Modifier and Type | Method and Description |
---|---|
DocumentCover |
DocumentModel.getCover()
Get the meta data to construct a cover page for the
document.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentModel.setCover(DocumentCover cover)
Set the meta data to construct a cover page for the
document.
|
Modifier and Type | Method and Description |
---|---|
private DocumentCover |
DocumentXpp3Reader.parseDocumentCover(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseDocumentCover.
|
Modifier and Type | Method and Description |
---|---|
private void |
DocumentXpp3Writer.writeDocumentCover(DocumentCover documentCover,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeDocumentCover.
|