Class ParsingCommentMarkupUtil

java.lang.Object
org.attoparser.ParsingCommentMarkupUtil

public final class ParsingCommentMarkupUtil extends Object
Class containing utility methods for parsing comments.
Since:
2.0.0
  • 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)