if (ignoreModifications != null)
lcb.ignoreModifications(ignoreModifications.booleanValue());
if (purgerThreads != null)
lcb.purgerThreads(purgerThreads.intValue());
if (purgeOnStartup != null)
lcb.purgeOnStartup(purgeOnStartup.booleanValue());
if (purgeSynchronously != null)
lcb.purgeSynchronously(purgeSynchronously.booleanValue());
parseLoaderChildren(reader, lcb);
}