if (fetchPersistentState != null)
scb.fetchPersistentState(fetchPersistentState);
if (ignoreModifications != null)
scb.ignoreModifications(ignoreModifications);
if (purgerThreads != null)
scb.purgerThreads(purgerThreads);
if (purgeOnStartup != null)
scb.purgeOnStartup(purgeOnStartup);
if (purgeSynchronously != null)
scb.purgeSynchronously(purgeSynchronously);
parseStoreChildren(reader, scb);