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