org.attoparser.markup
Class ProcessingInstructionMarkupParsingUtil

Object
  extended by org.attoparser.markup.ProcessingInstructionMarkupParsingUtil

public final class ProcessingInstructionMarkupParsingUtil
extends Object

Class containing utility methods for parsing processing instructions.

Since:
1.0
Author:
Daniel Fernández

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

Method Detail

parseProcessingInstruction

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

tryParseProcessingInstruction

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


Copyright © 2012 The ATTOPARSER team. All Rights Reserved.