Package org.attoparser
Class ParsingCommentMarkupUtil
java.lang.Object
org.attoparser.ParsingCommentMarkupUtil
Class containing utility methods for parsing comments.
- Since:
- 2.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static boolean
isCommentEnd
(char[] buffer, int offset, int maxi) (package private) static boolean
isCommentStart
(char[] buffer, int offset, int maxi) static void
parseComment
(char[] buffer, int offset, int len, int line, int col, ICommentHandler handler)
-
Constructor Details
-
ParsingCommentMarkupUtil
private ParsingCommentMarkupUtil()
-
-
Method Details
-
parseComment
public static void parseComment(char[] buffer, int offset, int len, int line, int col, ICommentHandler handler) throws ParseException - Throws:
ParseException
-
isCommentStart
static boolean isCommentStart(char[] buffer, int offset, int maxi) -
isCommentEnd
static boolean isCommentEnd(char[] buffer, int offset, int maxi)
-