cascade = new CascadeResult();
return cascade;
}
public void setDesiredCascadeResult(InlineRule s) {
CascadeResult cr = new CascadeResult();
InlineRule t = cr.getProperties().getPropertySet();
if (s != null) {
Iterator it = s.properties();
if (it != null) {
while (it.hasNext()) {
String p = (String) it.next();