499500501502503504505506507508509510
out.incIndent(BLOCK_INDENT) ; out.newline() ; if ( el != null ) { FormatterElement fmtElement = new FormatterElement(out, sCxt) ; fmtElement.visitAsGroup(el) ; } else out.print("{}") ; out.decIndent(BLOCK_INDENT) ; }
395396397398399400401402403404405406
504505506507508509510511512513514515
492493494495496497498499500501502503
495496497498499500501502503504505506