Package help.validator
Class ReferenceTagProcessor
java.lang.Object
help.validator.TagProcessor
help.validator.ReferenceTagProcessor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
int
boolean
isTagSupported
(String tagType) void
processTag
(String tagType, LinkedHashMap<String, String> tagAttributes, Path file, int lineNum) processText
(String text) void
startOfFile
(Path localFile)
-
Constructor Details
-
ReferenceTagProcessor
-
-
Method Details
-
isTagSupported
- Overrides:
isTagSupported
in classTagProcessor
-
processTag
public void processTag(String tagType, LinkedHashMap<String, String> tagAttributes, Path file, int lineNum) throws IOException- Throws:
IOException
-
processText
- Overrides:
processText
in classTagProcessor
-
startOfFile
- Overrides:
startOfFile
in classTagProcessor
-
endOfFile
public void endOfFile()- Overrides:
endOfFile
in classTagProcessor
-
getErrorText
-
getErrorCount
public int getErrorCount()- Overrides:
getErrorCount
in classTagProcessor
-