Class ParsingCDATASectionMarkupUtil
java.lang.Object
org.attoparser.ParsingCDATASectionMarkupUtil
Class containing utility methods for parsing CDATA sections.
- Since:
- 2.0.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidparseCDATASection(char[] buffer, int offset, int len, int line, int col, ICDATASectionHandler handler)
-
Method Details
-
parseCDATASection
public static void parseCDATASection(char[] buffer, int offset, int len, int line, int col, ICDATASectionHandler handler) throws ParseException - Throws:
ParseException
-