Uiinfrastructure API Docs  
 

JavascriptParser.ParseJSOMemberLabel Method 

Gets the name of a javascript object member Expects the next token of the string tokenizer to be the double quote around the label. This method will also consume the ending double quote and following colon.

protected virtual string ParseJSOMemberLabel(
   XPStringTokenizer tokz
);

Parameters

tokz

Return Value

See Also

JavascriptParser Class | com.plumtree.uiinfrastructure.utils Namespace