Cisco Cisco Collaboration Server Dynamic Content Adapter Developer's Guide

Page of 138
DCA 2.01 Parser API Specification
 
Class ParsedMatch   98 
se
 - Description of Parameter 
Since:  
2.0 
 
setDoRender 
 
public void setDoRender(boolean doRender) 
Set this instance to render or not. If the rule has already been rendered, this 
method will have no effect. 
Parameters: 
doRender
 - The new doRender value 
Since:  
2.0 
 
wasRuleMatched 
 
public boolean wasRuleMatched(java.lang.String ruleName) 
Returns true if a given rule name was matched anywhere in the document of 
which the current ParsedMatch is a member. Useful for rules that wish to 
determine whether they or another rule have already executed. 
Parameters: 
ruleName
 - Description of Parameter