Class HREF

java.lang.Object
help.validator.model.HREF
All Implemented Interfaces:
Comparable<HREF>

public class HREF extends Object implements Comparable<HREF>
  • Constructor Details

  • Method Details

    • isURL

      public boolean isURL()
    • isLocalAnchor

      public boolean isLocalAnchor()
    • getSourceFile

      public Path getSourceFile()
    • isRemote

      public boolean isRemote()
    • getAnchorName

      public String getAnchorName()
    • getRefString

      public String getRefString()
    • getReferenceFileHelpPath

      public Path getReferenceFileHelpPath()
      The relative help path to the destination of this HREF
      Returns:
      the relative help path to the destination of this HREF
    • getHelpPath

      public String getHelpPath()
    • compareTo

      public int compareTo(HREF other)
      Specified by:
      compareTo in interface Comparable<HREF>
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getLineNumber

      public int getLineNumber()