Uses of Class
org.apache.maven.doxia.document.DocumentStatistic
-
Packages that use DocumentStatistic Package Description org.apache.maven.doxia.document org.apache.maven.doxia.document.io.xpp3 -
-
Uses of DocumentStatistic in org.apache.maven.doxia.document
Fields in org.apache.maven.doxia.document declared as DocumentStatistic Modifier and Type Field Description private DocumentStatistic
DocumentMeta. documentStatistic
The statistics of the document, for example, the page count, word count, etc.Methods in org.apache.maven.doxia.document that return DocumentStatistic Modifier and Type Method Description DocumentStatistic
DocumentMeta. getDocumentStatistic()
Get the statistics of the document, for example, the page count, word count, etc.Methods in org.apache.maven.doxia.document with parameters of type DocumentStatistic Modifier and Type Method Description void
DocumentMeta. setDocumentStatistic(DocumentStatistic documentStatistic)
Set the statistics of the document, for example, the page count, word count, etc. -
Uses of DocumentStatistic in org.apache.maven.doxia.document.io.xpp3
Methods in org.apache.maven.doxia.document.io.xpp3 that return DocumentStatistic Modifier and Type Method Description private DocumentStatistic
DocumentXpp3Reader. parseDocumentStatistic(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseDocumentStatistic.Methods in org.apache.maven.doxia.document.io.xpp3 with parameters of type DocumentStatistic Modifier and Type Method Description private void
DocumentXpp3Writer. writeDocumentStatistic(DocumentStatistic documentStatistic, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeDocumentStatistic.
-