Package | Description |
---|---|
org.apache.maven.doxia.document | |
org.apache.maven.doxia.document.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private DocumentStatistic |
DocumentMeta.documentStatistic
The statistics of the document, for example, the
page count,
word count, etc.
|
Modifier and Type | Method and Description |
---|---|
DocumentStatistic |
DocumentMeta.getDocumentStatistic()
Get the statistics of the document, for example, the page
count,
word count, etc.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentMeta.setDocumentStatistic(DocumentStatistic documentStatistic)
Set the statistics of the document, for example, the page
count,
word count, etc.
|
Modifier and Type | Method and Description |
---|---|
private DocumentStatistic |
DocumentXpp3Reader.parseDocumentStatistic(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseDocumentStatistic.
|
Modifier and Type | Method and Description |
---|---|
private void |
DocumentXpp3Writer.writeDocumentStatistic(DocumentStatistic documentStatistic,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeDocumentStatistic.
|