org.attoparser.markup
Class XmlDeclarationMarkupParsingUtil

Object
  extended by org.attoparser.markup.XmlDeclarationMarkupParsingUtil

public final class XmlDeclarationMarkupParsingUtil
extends Object

Class containing utility methods for parsing XML Declarations.

Since:
1.0
Author:
Daniel Fernández

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

Method Detail

parseXmlDeclaration

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

tryParseXmlDeclaration

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


Copyright © 2012 The ATTOPARSER team. All Rights Reserved.