Class ParsingProcessingInstructionUtil
java.lang.Object
org.attoparser.ParsingProcessingInstructionUtil
Class containing utility methods for parsing processing instructions.
- Since:
- 2.0.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidparseProcessingInstruction(char[] buffer, int offset, int len, int line, int col, IProcessingInstructionHandler handler)
-
Method Details
-
parseProcessingInstruction
public static void parseProcessingInstruction(char[] buffer, int offset, int len, int line, int col, IProcessingInstructionHandler handler) throws ParseException - Throws:
ParseException
-