Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/SchemaElementDecl.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/SchemaElementDecl.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/SchemaElementDecl.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/SchemaElementDecl.hpp Sun Apr 11 13:04:59 2010 @@ -178,7 +178,7 @@ private : // Stores 'abstract/nullable' values // // fDefaultValue - // The defalut/fixed value + // The default/fixed value // // fComplexTypeInfo // Stores complex type information
Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/SchemaValidator.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/SchemaValidator.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/SchemaValidator.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/SchemaValidator.hpp Sun Apr 11 13:04:59 2010 @@ -146,7 +146,7 @@ private: SchemaValidator& operator=(const SchemaValidator&); // ----------------------------------------------------------------------- - // Element Consitency Checking methods + // Element Consistency Checking methods // ----------------------------------------------------------------------- void checkRefElementConsistency(SchemaGrammar* const currentGrammar, const ComplexTypeInfo* const curTypeInfo, Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/SubstitutionGroupComparator.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/SubstitutionGroupComparator.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/SubstitutionGroupComparator.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/SubstitutionGroupComparator.hpp Sun Apr 11 13:04:59 2010 @@ -63,11 +63,11 @@ public: //@{ /** - * Checks that the "anElement" is within the subsitution group. + * Checks that the "anElement" is within the substitution group. * * @param anElement QName of the element * - * @param exeplar QName of the head element in the group + * @param exemplar QName of the head element in the group */ bool isEquivalentTo(const QName* const anElement , const QName* const exemplar); Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/TraverseSchema.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/TraverseSchema.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/TraverseSchema.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/TraverseSchema.hpp Sun Apr 11 13:04:59 2010 @@ -246,7 +246,7 @@ private: void addImportedNS(const int namespaceURI); /** - * Retrived the Namespace mapping from the schema element + * Retrieved the Namespace mapping from the schema element */ bool retrieveNamespaceMapping(const DOMElement* const elem); Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/XSDDOMParser.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/XSDDOMParser.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/XSDDOMParser.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/XSDDOMParser.hpp Sun Apr 11 13:04:59 2010 @@ -41,7 +41,7 @@ class PARSERS_EXPORT XSDDOMParser : publ public : // ----------------------------------------------------------------------- - // Constructors and Detructor + // Constructors and Destructor // ----------------------------------------------------------------------- /** @name Constructors and Destructor */ Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/XercesAttGroupInfo.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/XercesAttGroupInfo.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/XercesAttGroupInfo.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/XercesAttGroupInfo.hpp Sun Apr 11 13:04:59 2010 @@ -90,7 +90,7 @@ public: private: // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- XercesAttGroupInfo(const XercesAttGroupInfo& elemInfo); XercesAttGroupInfo& operator= (const XercesAttGroupInfo& other); Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/XercesGroupInfo.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/XercesGroupInfo.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/XercesGroupInfo.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/XercesGroupInfo.hpp Sun Apr 11 13:04:59 2010 @@ -92,7 +92,7 @@ public: private: // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- XercesGroupInfo(const XercesGroupInfo& elemInfo); XercesGroupInfo& operator= (const XercesGroupInfo& other); Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_Field.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_Field.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_Field.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_Field.hpp Sun Apr 11 13:04:59 2010 @@ -80,7 +80,7 @@ public: private: // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- IC_Field(const IC_Field& other); IC_Field& operator= (const IC_Field& other); @@ -124,7 +124,7 @@ private: MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager); // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- FieldMatcher(const FieldMatcher& other); FieldMatcher& operator= (const FieldMatcher& other); Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_Key.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_Key.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_Key.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_Key.hpp Sun Apr 11 13:04:59 2010 @@ -55,7 +55,7 @@ public: private: // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- IC_Key(const IC_Key& other); IC_Key& operator= (const IC_Key& other); Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_KeyRef.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_KeyRef.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_KeyRef.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_KeyRef.hpp Sun Apr 11 13:04:59 2010 @@ -57,7 +57,7 @@ public: private: // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- IC_KeyRef(const IC_KeyRef& other); IC_KeyRef& operator= (const IC_KeyRef& other); Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_Selector.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_Selector.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_Selector.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_Selector.hpp Sun Apr 11 13:04:59 2010 @@ -76,7 +76,7 @@ public: private: // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- IC_Selector(const IC_Selector& other); IC_Selector& operator= (const IC_Selector& other); @@ -125,7 +125,7 @@ private: MemoryManager* const manager = XMLPlatformUtils::fgMemoryManager); // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- SelectorMatcher(const SelectorMatcher& other); SelectorMatcher& operator= (const SelectorMatcher& other); Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_Unique.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_Unique.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_Unique.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IC_Unique.hpp Sun Apr 11 13:04:59 2010 @@ -59,7 +59,7 @@ public: private: // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- IC_Unique(const IC_Unique& other); IC_Unique& operator= (const IC_Unique& other); Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IdentityConstraint.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IdentityConstraint.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IdentityConstraint.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IdentityConstraint.hpp Sun Apr 11 13:04:59 2010 @@ -109,7 +109,7 @@ protected: private: // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- IdentityConstraint(const IdentityConstraint& other); IdentityConstraint& operator= (const IdentityConstraint& other); Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IdentityConstraintHandler.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IdentityConstraintHandler.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IdentityConstraintHandler.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/IdentityConstraintHandler.hpp Sun Apr 11 13:04:59 2010 @@ -89,7 +89,7 @@ public: private: // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- IdentityConstraintHandler(const IdentityConstraintHandler& other); IdentityConstraintHandler& operator= (const IdentityConstraintHandler& other); Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/ValueStore.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/ValueStore.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/ValueStore.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/ValueStore.hpp Sun Apr 11 13:04:59 2010 @@ -111,7 +111,7 @@ public: private: // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- ValueStore(const ValueStore& other); ValueStore& operator= (const ValueStore& other); Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/ValueStoreCache.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/ValueStoreCache.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/ValueStoreCache.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/ValueStoreCache.hpp Sun Apr 11 13:04:59 2010 @@ -53,7 +53,7 @@ XERCES_CPP_NAMESPACE_BEGIN // --------------------------------------------------------------------------- -// Forward Declcaration +// Forward Declaration // --------------------------------------------------------------------------- class ValueStore; class SchemaElementDecl; @@ -92,7 +92,7 @@ public: // Access methods // ----------------------------------------------------------------------- ValueStore* getValueStoreFor(const IC_Field* const field, const int initialDepth); - ValueStore* getValueStoreFor(const IdentityConstraint* const ic, const int intialDepth); + ValueStore* getValueStoreFor(const IdentityConstraint* const ic, const int initialDepth); ValueStore* getGlobalValueStoreFor(const IdentityConstraint* const ic); // ----------------------------------------------------------------------- @@ -106,7 +106,7 @@ public: private: // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- ValueStoreCache(const ValueStoreCache& other); ValueStoreCache& operator= (const ValueStoreCache& other); Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/XPathMatcherStack.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/XPathMatcherStack.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/XPathMatcherStack.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/XPathMatcherStack.hpp Sun Apr 11 13:04:59 2010 @@ -69,7 +69,7 @@ private: void cleanUp(); // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- XPathMatcherStack(const XPathMatcherStack& other); XPathMatcherStack& operator= (const XPathMatcherStack& other); Modified: xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/XercesXPath.hpp URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/XercesXPath.hpp?rev=932887&r1=932886&r2=932887&view=diff ============================================================================== --- xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/XercesXPath.hpp (original) +++ xerces/c/branches/xerces-3.1/src/xercesc/validators/schema/identity/XercesXPath.hpp Sun Apr 11 13:04:59 2010 @@ -180,7 +180,7 @@ public: private: // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- XercesLocationPath(const XercesLocationPath& other); XercesLocationPath& operator= (const XercesLocationPath& other); @@ -288,7 +288,7 @@ public: private: // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- XercesXPath(const XercesXPath& other); XercesXPath& operator= (const XercesXPath& other); @@ -373,7 +373,7 @@ protected: private: // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- XPathScanner(const XPathScanner& other); XPathScanner& operator= (const XPathScanner& other); @@ -438,7 +438,7 @@ protected: private: // ----------------------------------------------------------------------- - // Unimplemented contstructors and operators + // Unimplemented constructors and operators // ----------------------------------------------------------------------- XPathScannerForSchema(const XPathScannerForSchema& other); XPathScannerForSchema& operator= (const XPathScannerForSchema& other); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
