Uiinfrastructure API Docs  
 

JavascriptParser.SkipToken Method 

Skip the next token if it matches the expected token.

protected virtual void SkipToken(
   XPStringTokenizer _tokenizer,
   char _token
);

Parameters

_tokenizer
the JSON tokenizer
_token
the expected token

See Also

JavascriptParser Class | com.plumtree.uiinfrastructure.utils Namespace