org.attoparser.markup
Class AttributeSequenceMarkupParsingUtil

Object
  extended by org.attoparser.markup.AttributeSequenceMarkupParsingUtil

public final class AttributeSequenceMarkupParsingUtil
extends Object

Class containing utility methods for parsing attribute sequences.

Since:
1.0
Author:
Daniel Fernández

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

Method Detail

parseAttributeSequence

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

tryParseAttributeSequence

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


Copyright © 2013 The ATTOPARSER team. All Rights Reserved.