Class ParsingAttributeSequenceUtil
java.lang.Object
org.attoparser.ParsingAttributeSequenceUtil
Class containing utility methods for parsing attribute sequences, like those in open/standalone elements.
- Since:
- 2.0.0
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidparseAttributeSequence(char[] buffer, int offset, int len, int line, int col, IAttributeSequenceHandler handler)
-
Method Details
-
parseAttributeSequence
public static void parseAttributeSequence(char[] buffer, int offset, int len, int line, int col, IAttributeSequenceHandler handler) throws ParseException - Throws:
ParseException
-