Package org.attoparser
Class ParsingProcessingInstructionUtil
java.lang.Object
org.attoparser.ParsingProcessingInstructionUtil
Class containing utility methods for parsing processing instructions.
- Since:
- 2.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(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)
-
Constructor Details
-
ParsingProcessingInstructionUtil
private ParsingProcessingInstructionUtil()
-
-
Method Details
-
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)
-