Class TagProcessor

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

public abstract class TagProcessor extends Object
  • Method Details Link icon

    • startOfFile Link icon

      public void startOfFile(Path htmlFile)
    • endOfFile Link icon

      public void endOfFile()
    • processText Link icon

      public String processText(String text)
    • isTagSupported Link icon

      public boolean isTagSupported(String tagType)
    • getErrorCount Link icon

      public int getErrorCount()