Class TagProcessor

  • Direct Known Subclasses:
    ReferenceTagProcessor

    public abstract class TagProcessor
    extends java.lang.Object
    • Method Detail

      • startOfFile

        public void startOfFile​(java.nio.file.Path htmlFile)
      • endOfFile

        public void endOfFile()
      • processText

        public java.lang.String processText​(java.lang.String text)
      • isTagSupported

        public boolean isTagSupported​(java.lang.String tagType)
      • getErrorCount

        public int getErrorCount()