@API(type=EXTENDABLE,
src=PUBLIC)
public class LinkTextResolverCustomizer
extends java.lang.Object
<extension point="oxygen.plugin.id.ditaLinkTextResolverCustomizer">
<implementation class="my.package.CustomLinkTextResolverCustomizer"/>;
</extension>
| Constructor and Description |
|---|
LinkTextResolverCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
computeLinkText(java.lang.String hrefValue,
java.lang.String baseSystemID)
Compute the link text to appear on a certain DITA xref or link based on the href and base system ID values.
|
public java.lang.String computeLinkText(java.lang.String hrefValue,
java.lang.String baseSystemID)
throws java.lang.Exception
hrefValue - The value of the reference.baseSystemID - The base system IDnull to continue the default processing.java.lang.Exception© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.