Uses of Class
org.apache.maven.doxia.site.Body
-
Packages that use Body Package Description org.apache.maven.doxia.site org.apache.maven.doxia.site.io.xpp3 -
-
Uses of Body in org.apache.maven.doxia.site
Fields in org.apache.maven.doxia.site declared as Body Modifier and Type Field Description private BodySiteModel. bodyThe main site content.Methods in org.apache.maven.doxia.site that return Body Modifier and Type Method Description BodyBody. clone()Method clone.BodySiteModel. getBody()Get the main site content.Methods in org.apache.maven.doxia.site with parameters of type Body Modifier and Type Method Description voidSiteModel. setBody(Body body)Set the main site content. -
Uses of Body in org.apache.maven.doxia.site.io.xpp3
Methods in org.apache.maven.doxia.site.io.xpp3 that return Body Modifier and Type Method Description private BodySiteXpp3Reader. parseBody(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseBody.Methods in org.apache.maven.doxia.site.io.xpp3 with parameters of type Body Modifier and Type Method Description private voidSiteXpp3Writer. writeBody(Body body, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeBody.
-