Uiinfrastructure API Docs  
 

JavascriptParser.GetEscapedTokenAndEndQuote Method 

This gets an escaped quoted sequence, starting immediately after the opening quote. It reads the end quote, but does not return it.

protected virtual string GetEscapedTokenAndEndQuote(
   XPStringTokenizer tokz,
   bool doubleQuote
);

Parameters

tokz
doubleQuote
true if string value uses double quotes or false for single quote

Return Value

the escaped string token. The closing quote has been read.

See Also

JavascriptParser Class | com.plumtree.uiinfrastructure.utils Namespace