You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Schwarzhoff, Kelly" <ke...@commerceone.com> on 2001/09/14 18:21:45 UTC

SchemaGrammar cleared on every parse

Hi all,

Xerces seems to store the schema information in
org.apache.xerces.validators.common.GrammarResolverImpl. I note that this is
cleared on every parse in org.apache.xerces.framework.XMLParser. This seems
non-ideal, as building up Grammars every time is expense, especially for
large schemas. 

Is it possible to make this optional, such tha grammars can be cached in the
GrammarResolverImpl, thus not have to be built up every parse?

Kelly

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org