Package | Description |
---|---|
org.apache.maven.doxia.document | |
org.apache.maven.doxia.document.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private DocumentHyperlinkBehaviour |
DocumentMeta.hyperlinkBehaviour
The hyperlink-behaviour element specifies the
default behavior
for hyperlinks in the document.
|
Modifier and Type | Method and Description |
---|---|
DocumentHyperlinkBehaviour |
DocumentMeta.getHyperlinkBehaviour()
Get the hyperlink-behaviour element specifies the default
behavior
for hyperlinks in the document.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentMeta.setHyperlinkBehaviour(DocumentHyperlinkBehaviour hyperlinkBehaviour)
Set the hyperlink-behaviour element specifies the default
behavior
for hyperlinks in the document.
|
Modifier and Type | Method and Description |
---|---|
private DocumentHyperlinkBehaviour |
DocumentXpp3Reader.parseDocumentHyperlinkBehaviour(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseDocumentHyperlinkBehaviour.
|
Modifier and Type | Method and Description |
---|---|
private void |
DocumentXpp3Writer.writeDocumentHyperlinkBehaviour(DocumentHyperlinkBehaviour documentHyperlinkBehaviour,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeDocumentHyperlinkBehaviour.
|