Package org.attoparser
Class ParsingProcessingInstructionUtil
- java.lang.Object
-
- org.attoparser.ParsingProcessingInstructionUtil
-
public final class ParsingProcessingInstructionUtil extends java.lang.ObjectClass containing utility methods for parsing processing instructions.- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Modifier Constructor Description privateParsingProcessingInstructionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static booleanisProcessingInstructionEnd(char[] buffer, int offset, int maxi)(package private) static booleanisProcessingInstructionStart(char[] buffer, int offset, int maxi)static voidparseProcessingInstruction(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)
-
-