Package org.attoparser
Class ParsingCDATASectionMarkupUtil
- java.lang.Object
-
- org.attoparser.ParsingCDATASectionMarkupUtil
-
public final class ParsingCDATASectionMarkupUtil extends java.lang.Object
Class containing utility methods for parsing CDATA sections.- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ParsingCDATASectionMarkupUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static boolean
isCDATASectionEnd(char[] buffer, int offset, int maxi)
(package private) static boolean
isCDATASectionStart(char[] buffer, int offset, int maxi)
static void
parseCDATASection(char[] buffer, int offset, int len, int line, int col, ICDATASectionHandler handler)
-
-
-
Method Detail
-
parseCDATASection
public static void parseCDATASection(char[] buffer, int offset, int len, int line, int col, ICDATASectionHandler handler) throws ParseException
- Throws:
ParseException
-
isCDATASectionStart
static boolean isCDATASectionStart(char[] buffer, int offset, int maxi)
-
isCDATASectionEnd
static boolean isCDATASectionEnd(char[] buffer, int offset, int maxi)
-
-