org.attoparser.markup
Class CdataMarkupParsingUtil

Object
  extended by org.attoparser.markup.CdataMarkupParsingUtil

public final class CdataMarkupParsingUtil
extends Object

Class containing utility methods for parsing CDATA sections.

Since:
1.0
Author:
Daniel Fernández

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

Method Detail

parseCdata

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

tryParseCdata

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


Copyright © 2012 The ATTOPARSER team. All Rights Reserved.