Class AbstractHiLiter

    • Field Summary

       
      Serializable ID
      Modifier and Type Field
      protected static long serialVersionUID
       
      HiLiter Settings: Opening & Closing Tags, (Stored in Arrays)
      Modifier and Type Field
      protected TagNode[] closers
      protected TagNode[] openers
       
      HiLiter Settings: Use or Ignore? On-or-Off Booleans (Stored in an Array)
      Modifier and Type Field
      protected boolean[] utilize
       
      Array Lengths
      Modifier and Type Field
      protected int CONFIG_ARR_LEN
    • Method Summary

       
      Getters: Required because the Configuration-Arrays are Protected & Non-Accessible
      Modifier and Type Method
      TagNode getClosingTag​(byte whichOne)
      TagNode getOpeningTag​(byte whichOne)
      boolean getUtilized​(byte whichOne)
       
      Methods: class java.lang.Object
      Modifier and Type Method
      boolean equals​(Object other)
      int hashCode()
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait