Package org.attoparser
Class ParsingAttributeSequenceUtil
- java.lang.Object
-
- org.attoparser.ParsingAttributeSequenceUtil
-
public final class ParsingAttributeSequenceUtil extends java.lang.ObjectClass containing utility methods for parsing attribute sequences, like those in open/standalone elements.- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Modifier Constructor Description privateParsingAttributeSequenceUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static booleanisValueSurroundedByCommas(char[] buffer, int offset, int len)static voidparseAttributeSequence(char[] buffer, int offset, int len, int line, int col, IAttributeSequenceHandler handler)
-
-
-
Method Detail
-
parseAttributeSequence
public static void parseAttributeSequence(char[] buffer, int offset, int len, int line, int col, IAttributeSequenceHandler handler) throws ParseException- Throws:
ParseException
-
isValueSurroundedByCommas
private static boolean isValueSurroundedByCommas(char[] buffer, int offset, int len)
-
-