Package ro.sync.ecss.docbook.olink
Class OLinkInfo
java.lang.Object
ro.sync.ecss.docbook.olink.OLinkInfo
OLink information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetTargetDoc(String targetDoc) voidsetTargetPtr(String targetPtr) voidsetXrefText(String xrefText)
-
Constructor Details
-
OLinkInfo
The OLink Information- Parameters:
targetDoc- The target document.targetPtr- The target pointer.xrefText- The XREF text.
-
OLinkInfo
The OLink Information- Parameters:
targetDoc- The target document.targetPtr- The target pointer.xrefText- The XREF text.insertXreftext-trueif the xreftext should be inserted.
-
-
Method Details
-
getTargetDoc
- Returns:
- Returns the targetDoc.
-
setTargetDoc
- Parameters:
targetDoc- The targetDoc to set.
-
getTargetPtr
- Returns:
- Returns the targetPtr.
-
isInsertXreftext
public boolean isInsertXreftext()- Returns:
trueif should insert xreftext.
-
setTargetPtr
- Parameters:
targetPtr- The targetPtr to set.
-
getXrefText
- Returns:
- Returns the xrefText. Might be
null.
-
setXrefText
- Parameters:
xrefText- The xrefText to set.
-