~ubuntu-branches/ubuntu/precise/xerces-c/precise-updates

« back to all changes in this revision

Viewing changes to src/xercesc/validators/schema/identity/ValueStoreCache.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Jay Berkenbilt
  • Date: 2009-12-05 14:58:32 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091205145832-378dg3x72mdzfzup
Tags: 3.1.0~rc1-1
* New upstream release; public release candidate uploaded at request of
  upstream.
* Updated source format to '3.0 (quilt)'

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 */
17
17
 
18
18
/*
19
 
 * $Id: ValueStoreCache.hpp 679340 2008-07-24 10:28:29Z borisk $
 
19
 * $Id: ValueStoreCache.hpp 708224 2008-10-27 16:02:26Z amassari $
20
20
 */
21
21
 
22
22
#if !defined(XERCESC_INCLUDE_GUARD_VALUESTORECACHE_HPP)
28
28
  * Sketch of algorithm:
29
29
  *  - When a constraint is first encountered, its values are stored in the
30
30
  *    (local) fIC2ValueStoreMap;
31
 
  *  - Once it is validated (i.e., wen it goes out of scope), its values are
 
31
  *  - Once it is validated (i.e., when it goes out of scope), its values are
32
32
  *    merged into the fGlobalICMap;
33
33
  *  - As we encounter keyref's, we look at the global table to validate them.
34
34
  *  - Validation always occurs against the fGlobalIDConstraintMap (which