Uses of Class
org.apache.maven.doxia.document.DocumentHyperlinkBehaviour
Packages that use DocumentHyperlinkBehaviour
-
Uses of DocumentHyperlinkBehaviour in org.apache.maven.doxia.document
Fields in org.apache.maven.doxia.document declared as DocumentHyperlinkBehaviourModifier and TypeFieldDescriptionprivate DocumentHyperlinkBehaviourDocumentMeta.hyperlinkBehaviourThe hyperlink-behaviour element specifies the default behavior for hyperlinks in the document.Methods in org.apache.maven.doxia.document that return DocumentHyperlinkBehaviourModifier and TypeMethodDescriptionDocumentMeta.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 DocumentHyperlinkBehaviourModifier and TypeMethodDescriptionvoidDocumentMeta.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 DocumentHyperlinkBehaviourModifier and TypeMethodDescriptionprivate 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 DocumentHyperlinkBehaviourModifier and TypeMethodDescriptionprivate voidDocumentXpp3Writer.writeDocumentHyperlinkBehaviour(DocumentHyperlinkBehaviour documentHyperlinkBehaviour, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeDocumentHyperlinkBehaviour.