org.attoparser.markup
Class CommentMarkupParsingUtil

Object
  extended by org.attoparser.markup.CommentMarkupParsingUtil

public final class CommentMarkupParsingUtil
extends Object

Class containing utility methods for parsing comments.

Since:
1.0
Author:
Daniel Fernández

Method Summary
static void parseComment(char[] buffer, int offset, int len, int line, int col, ICommentHandling handler)
           
static boolean tryParseComment(char[] buffer, int offset, int len, int line, int col, ICommentHandling handler)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseComment

public static void parseComment(char[] buffer,
                                int offset,
                                int len,
                                int line,
                                int col,
                                ICommentHandling handler)
                         throws AttoParseException
Throws:
AttoParseException

tryParseComment

public static boolean tryParseComment(char[] buffer,
                                      int offset,
                                      int len,
                                      int line,
                                      int col,
                                      ICommentHandling handler)
                               throws AttoParseException
Throws:
AttoParseException


Copyright © 2012 The ATTOPARSER team. All Rights Reserved.