final SimulatorParser
simulatorParser = new SimulatorParser ( );
final String
out = simulatorParser.validate (
thinlet.getString (
thinlet.getSelectedItem ( thinlet.find ( "xmlModles" ) ),
"text" ) );
LOGGER.debug ( "parser validation output: {}", out );