Package help.validator
Class ReferenceTagProcessor
java.lang.Object
help.validator.TagProcessor
help.validator.ReferenceTagProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintbooleanisTagSupported(String tagType) voidprocessTag(String tagType, LinkedHashMap<String, String> tagAttributes, Path file, int lineNum) processText(String text) voidstartOfFile(Path localFile)
-
Constructor Details
-
ReferenceTagProcessor
-
-
Method Details
-
isTagSupported
- Overrides:
isTagSupportedin classTagProcessor
-
processTag
public void processTag(String tagType, LinkedHashMap<String, String> tagAttributes, Path file, int lineNum) throws IOException- Throws:
IOException
-
processText
- Overrides:
processTextin classTagProcessor
-
startOfFile
- Overrides:
startOfFilein classTagProcessor
-
endOfFile
public void endOfFile()- Overrides:
endOfFilein classTagProcessor
-
getErrorText
-
getErrorCount
public int getErrorCount()- Overrides:
getErrorCountin classTagProcessor
-