LabelToNode labelMapping = new CustomLabelToNode(runId, filename);
return new ParserProfileBase(prologue, ErrorHandlerFactory.errorHandlerStd, labelMapping);
}
private static ParserProfile createParserProfile() {
LabelToNode labelMapping = LabelToNode.createUseLabelAsGiven() ;
return new ParserProfileBase(prologue, ErrorHandlerFactory.errorHandlerStd, labelMapping);
}