/*
* TODO
* Need SyntaxTikzParameters instead of TikzParameters
* so the SyntaxKeyValue can be stored.
*/
tp.addKeyValue(parseKeyValue(keyval).getRepresented());
}
// Make sure the last character is the parameter suffix
if(skipChar() != TikzParameters.PARAMETERS_SUFFIX) {
throw new TikzParserException( "parameters must end with "