}
}
catch( Exception e ) {
throw new TemplateElementProcessorException
( TemplateElementProcessorException.CODE_bad_regexp, e.getMessage(),
new ValueSet( ValueCode.REGEXP, iRegExpText_MatchSectionName,
ValueCode.NAME, Property.jostraca_regexp_MatchSectionName ) );
}
try {
if( Standard.EMPTY.equals( iDeclarationMarker ) ) {
iPerformMatchDeclaration = false;
}
else {
iRegExpText_MatchDeclaration = pPropertySet.get( Property.jostraca_regexp_MatchDeclaration );
iRegExpMatchDeclaration = RegExp.make( iRegExpText_MatchDeclaration, new RegExp.ModeSet( RegExp.Mode.DotMatchesNewline ) );
iPerformMatchDeclaration = true;
}
}
catch( Exception e ) {
throw new TemplateElementProcessorException
( TemplateElementProcessorException.CODE_bad_regexp, e.getMessage(),
new ValueSet( ValueCode.REGEXP, iRegExpText_MatchDeclaration,
ValueCode.NAME, Property.jostraca_regexp_MatchDeclaration ) );
}
}