Package | Description |
---|---|
org.apache.maven.doxia.document | |
org.apache.maven.doxia.document.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private DocumentTemplate |
DocumentMeta.template
A template that was used to create the document.
|
Modifier and Type | Method and Description |
---|---|
DocumentTemplate |
DocumentMeta.getTemplate()
Get a template that was used to create the document.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentMeta.setTemplate(DocumentTemplate template)
Set a template that was used to create the document.
|
Modifier and Type | Method and Description |
---|---|
private DocumentTemplate |
DocumentXpp3Reader.parseDocumentTemplate(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseDocumentTemplate.
|
Modifier and Type | Method and Description |
---|---|
private void |
DocumentXpp3Writer.writeDocumentTemplate(DocumentTemplate documentTemplate,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeDocumentTemplate.
|