Package | Description |
---|---|
org.apache.maven.doxia.site.decoration | |
org.apache.maven.doxia.site.decoration.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private Body |
DecorationModel.body
The main site content decoration.
|
Modifier and Type | Method and Description |
---|---|
Body |
Body.clone()
Method clone.
|
Body |
DecorationModel.getBody()
Get the main site content decoration.
|
Modifier and Type | Method and Description |
---|---|
void |
DecorationModel.setBody(Body body)
Set the main site content decoration.
|
Modifier and Type | Method and Description |
---|---|
private Body |
DecorationXpp3Reader.parseBody(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseBody.
|
Modifier and Type | Method and Description |
---|---|
private void |
DecorationXpp3Writer.writeBody(Body body,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeBody.
|