Package ro.sync.ecss.dita
Class DitaReferenceTargetDescriptor
java.lang.Object
ro.sync.ecss.dita.DitaReferenceTargetDescriptor
Descriptor for a conref target.
- Since:
- 18.0
-
Constructor Summary
ConstructorsConstructorDescriptionDitaReferenceTargetDescriptor
(String id, String nodeName, String content, String parentTopicId, String referenceUrl, String className) Constructor.DitaReferenceTargetDescriptor
(String id, String nodeName, String content, String parentTopicId, String referenceUrl, String className, String rootClassName) Constructor. -
Method Summary
-
Constructor Details
-
DitaReferenceTargetDescriptor
public DitaReferenceTargetDescriptor(String id, String nodeName, String content, String parentTopicId, String referenceUrl, String className, String rootClassName) Constructor.- Parameters:
id
- The ID of the target node.nodeName
- The name of the target node.content
- Some content from the target node.parentTopicId
- The ID of the parent topic (if there is a topic ancestor).referenceUrl
- The reference URL.className
- The name of the class.rootClassName
- Root element class name.
-
DitaReferenceTargetDescriptor
public DitaReferenceTargetDescriptor(String id, String nodeName, String content, String parentTopicId, String referenceUrl, String className) Constructor.- Parameters:
id
- The ID of the target node.nodeName
- The name of the target node.content
- Some content from the target node.parentTopicId
- The ID of the parent topic (if there is a topic ancestor).referenceUrl
- The reference URL.className
- The name of the class.
-
-
Method Details
-
getId
- Returns:
- The ID of the target node.
-
getContent
- Returns:
- Some content from the target node.
-
getNodeName
- Returns:
- The name of the target node.
-
getParentTopicId
- Returns:
- The ID of the parent topic.
-
getReferenceUrl
- Returns:
- Returns the reference URL.
-
getClassName
- Returns:
- Returns the class of the target element.
-
getRootClassName
- Returns:
- Returns the rootClassName. Can be
null
.
-
toString
-