Uiinfrastructure API Docs  
 

JavascriptParser.IsJSComment Method 

Check for Javascript comments and advance the tokenizer until end of comment

protected virtual bool IsJSComment(
   string strToken,
   XPStringTokenizer tokz
);

Parameters

strToken
tokz

Return Value

See Also

JavascriptParser Class | com.plumtree.uiinfrastructure.utils Namespace