Uses of Class
org.apache.maven.doxia.document.DocumentHyperlinkBehaviour
-
Packages that use DocumentHyperlinkBehaviour Package Description org.apache.maven.doxia.document org.apache.maven.doxia.document.io.xpp3 -
-
Uses of DocumentHyperlinkBehaviour in org.apache.maven.doxia.document
Fields in org.apache.maven.doxia.document declared as DocumentHyperlinkBehaviour Modifier and Type Field Description private DocumentHyperlinkBehaviour
DocumentMeta. hyperlinkBehaviour
The hyperlink-behaviour element specifies the default behavior for hyperlinks in the document.Methods in org.apache.maven.doxia.document that return DocumentHyperlinkBehaviour Modifier and Type Method Description DocumentHyperlinkBehaviour
DocumentMeta. getHyperlinkBehaviour()
Get the hyperlink-behaviour element specifies the default behavior for hyperlinks in the document.Methods in org.apache.maven.doxia.document with parameters of type DocumentHyperlinkBehaviour Modifier and Type Method Description void
DocumentMeta. setHyperlinkBehaviour(DocumentHyperlinkBehaviour hyperlinkBehaviour)
Set the hyperlink-behaviour element specifies the default behavior for hyperlinks in the document. -
Uses of DocumentHyperlinkBehaviour in org.apache.maven.doxia.document.io.xpp3
Methods in org.apache.maven.doxia.document.io.xpp3 that return DocumentHyperlinkBehaviour Modifier and Type Method Description private DocumentHyperlinkBehaviour
DocumentXpp3Reader. parseDocumentHyperlinkBehaviour(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseDocumentHyperlinkBehaviour.Methods in org.apache.maven.doxia.document.io.xpp3 with parameters of type DocumentHyperlinkBehaviour Modifier and Type Method Description private void
DocumentXpp3Writer. writeDocumentHyperlinkBehaviour(DocumentHyperlinkBehaviour documentHyperlinkBehaviour, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeDocumentHyperlinkBehaviour.
-