org.attoparser.markup
Class DocTypeMarkupParsingUtil

Object
  extended by org.attoparser.markup.DocTypeMarkupParsingUtil

public final class DocTypeMarkupParsingUtil
extends Object

Class containing utility methods for parsing DOCTYPE clauses.

Since:
1.0
Author:
Daniel Fernández

Method Summary
static void parseDetailedDocType(char[] buffer, int offset, int len, int line, int col, IDetailedDocTypeHandling handler)
           
static void parseDocType(char[] buffer, int offset, int len, int line, int col, IBasicDocTypeHandling handler)
           
static boolean tryParseDetailedDocType(char[] buffer, int offset, int len, int line, int col, IDetailedDocTypeHandling handler)
           
static boolean tryParseDocType(char[] buffer, int offset, int len, int line, int col, IBasicDocTypeHandling handler)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseDocType

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

tryParseDocType

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

parseDetailedDocType

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

tryParseDetailedDocType

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


Copyright © 2012 The ATTOPARSER team. All Rights Reserved.