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 DocumentModelDocumentXpp3Reader.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.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 TypeMethodDescriptionvoidDocumentXpp3Writer.write(OutputStream stream, DocumentModel documentModel) Method write.voidDocumentXpp3Writer.write(Writer writer, DocumentModel documentModel) Method write.private voidDocumentXpp3Writer.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 DocumentModelFoAggregateSink.docModelThe document model to be used by this sink.Methods in org.apache.maven.doxia.module.fo with parameters of type DocumentModelModifier and TypeMethodDescriptionstatic voidFoUtils.convertFO2PDF(File fo, File pdf, String resourceDir, DocumentModel documentModel) Converts an FO file to a PDF file using FOP.private static voidFoUtils.prepareUserAgent(org.apache.fop.apps.FOUserAgent foUserAgent, DocumentModel documentModel) voidFoAggregateSink.setDocumentModel(DocumentModel model) Sets the DocumentModel to be used by this sink.voidFoAggregateSink.setDocumentModel(DocumentModel model, int tocPos) Sets the DocumentModel to be used by this sink.