Class TagProcessor

java.lang.Object
help.validator.TagProcessor
Direct Known Subclasses:
ReferenceTagProcessor

public abstract class TagProcessor extends Object
  • Method Details

    • startOfFile

      public void startOfFile(Path htmlFile)
    • endOfFile

      public void endOfFile()
    • processText

      public String processText(String text)
    • isTagSupported

      public boolean isTagSupported(String tagType)
    • getErrorCount

      public int getErrorCount()