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 DocumentHyperlinkBehaviourDocumentMeta. hyperlinkBehaviourThe 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 DocumentHyperlinkBehaviourDocumentMeta. 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 voidDocumentMeta. 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 DocumentHyperlinkBehaviourDocumentXpp3Reader. 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 voidDocumentXpp3Writer. writeDocumentHyperlinkBehaviour(DocumentHyperlinkBehaviour documentHyperlinkBehaviour, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeDocumentHyperlinkBehaviour.
-