Class TextParsingAttributeSequenceUtil
java.lang.Object
org.thymeleaf.templateparser.text.TextParsingAttributeSequenceUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleanisValueSurroundedByCommas(char[] buffer, int offset, int len) static voidparseAttributeSequence(char[] buffer, int offset, int len, int line, int col, ITextHandler handler)
-
Constructor Details
-
TextParsingAttributeSequenceUtil
private TextParsingAttributeSequenceUtil()
-
-
Method Details
-
parseAttributeSequence
public static void parseAttributeSequence(char[] buffer, int offset, int len, int line, int col, ITextHandler handler) throws TextParseException - Throws:
TextParseException
-
isValueSurroundedByCommas
private static boolean isValueSurroundedByCommas(char[] buffer, int offset, int len)
-