Class AnchorDefinition
java.lang.Object
help.validator.model.AnchorDefinition
A representation of a help location, which can be a file or a file with an anchor inside of
that file.
This class is used to generate target information for TOC files and to generate link information for the help map files.
Warning: The ID generated by this class is specific to the JavaHelp system. It is of the format:
TopicName_anchorName
or
TopicName_Filename
-
Constructor Details
-
AnchorDefinition
-
-
Method Details
-
getAnchorName
-
getSrcFile
-
getId
-
getLineNumber
public int getLineNumber() -
getHelpPath
-
toString
-