Uses of Class
org.apache.maven.doxia.document.DocumentModel
Packages that use DocumentModel
-
Uses of DocumentModel in org.apache.maven.doxia.document.io.xpp3
Methods in org.apache.maven.doxia.document.io.xpp3 that return DocumentModelModifier and TypeMethodDescriptionprivate DocumentModel
DocumentXpp3Reader.parseDocumentModel
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseDocumentModel.DocumentXpp3Reader.read
(InputStream in) Method read.DocumentXpp3Reader.read
(InputStream in, boolean strict) Method read.private DocumentModel
DocumentXpp3Reader.read
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.doxia.document.io.xpp3 with parameters of type DocumentModelModifier and TypeMethodDescriptionvoid
DocumentXpp3Writer.write
(OutputStream stream, DocumentModel documentModel) Method write.void
DocumentXpp3Writer.write
(Writer writer, DocumentModel documentModel) Method write.private void
DocumentXpp3Writer.writeDocumentModel
(DocumentModel documentModel, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeDocumentModel. -
Uses of DocumentModel in org.apache.maven.doxia.module.fo
Fields in org.apache.maven.doxia.module.fo declared as DocumentModelModifier and TypeFieldDescriptionprivate DocumentModel
FoAggregateSink.docModel
The document model to be used by this sink.Methods in org.apache.maven.doxia.module.fo with parameters of type DocumentModelModifier and TypeMethodDescriptionstatic void
FoUtils.convertFO2PDF
(File fo, File pdf, String resourceDir, DocumentModel documentModel) Converts an FO file to a PDF file using FOP.private static void
FoUtils.prepareUserAgent
(org.apache.fop.apps.FOUserAgent foUserAgent, DocumentModel documentModel) void
FoAggregateSink.setDocumentModel
(DocumentModel model) Sets the DocumentModel to be used by this sink.void
FoAggregateSink.setDocumentModel
(DocumentModel model, int tocPos) Sets the DocumentModel to be used by this sink.