Package ro.sync.ecss.dita
Class HrefInfo
java.lang.Object
ro.sync.ecss.dita.HrefInfo
Contains the referenced URL + information whether this is a map or a topic
- Since:
- 18.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
-
Constructor Details
-
HrefInfo
Constructor.- Parameters:
referenceURL
- The refered URL.hrefValue
- The href valueisDITAMap
- True if DITA MapisDITAReference
-true
if this is a reference to a DITA resource.
-
-
Method Details
-
getReferenceURL
- Returns:
- The reference URL.
May be
null
if the href points to an URL with a protocol unsupported by Oxygen. See EXM-49443
-
getHrefValue
- Returns:
- The href value
-
isDITAMap
public boolean isDITAMap()- Returns:
true
if this is a DITA Map
-
isDITAReference
public boolean isDITAReference()- Returns:
true
if this is a reference to a DITA resource.
-