Class ParsingCommentMarkupUtil
java.lang.Object
org.attoparser.ParsingCommentMarkupUtil
Class containing utility methods for parsing comments.
- Since:
- 2.0.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidparseComment(char[] buffer, int offset, int len, int line, int col, ICommentHandler handler)
-
Method Details
-
parseComment
public static void parseComment(char[] buffer, int offset, int len, int line, int col, ICommentHandler handler) throws ParseException - Throws:
ParseException
-