Class ParsingDocTypeMarkupUtil
java.lang.Object
org.attoparser.ParsingDocTypeMarkupUtil
Class containing utility methods for parsing DOCTYPE clauses.
- Since:
- 2.0.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidparseDocType(char[] buffer, int offset, int len, int line, int col, IDocTypeHandler handler)
-
Method Details
-
parseDocType
public static void parseDocType(char[] buffer, int offset, int len, int line, int col, IDocTypeHandler handler) throws ParseException - Throws:
ParseException
-