Changeset 846 for trunk/src/xmlpatterns/schema/qxsdschemaparser.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/xmlpatterns/schema/qxsdschemaparser.cpp
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 915 915 916 916 // 3) remove the base type resolving job from the resolver as 917 // we have set the base type here explicit ely917 // we have set the base type here explicitly 918 918 m_parserContext->resolver()->removeSimpleRestrictionBase(redefinedType); 919 919 … … 964 964 965 965 // 3) remove the base type resolving job from the resolver as 966 // we have set the base type here explicit ely966 // we have set the base type here explicitly 967 967 m_parserContext->resolver()->removeComplexBaseType(redefinedType); 968 968 … … 5782 5782 SchemaType::DerivationConstraints XsdSchemaParser::readDerivationConstraintAttribute(const SchemaType::DerivationConstraints &allowedConstraints, const char *elementName) 5783 5783 { 5784 // first convert the flags into strings for easier comparis ion5784 // first convert the flags into strings for easier comparison 5785 5785 QSet<QString> allowedContent; 5786 5786 if (allowedConstraints & SchemaType::RestrictionConstraint) … … 5845 5845 NamedSchemaComponent::BlockingConstraints XsdSchemaParser::readBlockingConstraintAttribute(const NamedSchemaComponent::BlockingConstraints &allowedConstraints, const char *elementName) 5846 5846 { 5847 // first convert the flags into strings for easier comparis ion5847 // first convert the flags into strings for easier comparison 5848 5848 QSet<QString> allowedContent; 5849 5849 if (allowedConstraints & NamedSchemaComponent::RestrictionConstraint)
Note:
See TracChangeset
for help on using the changeset viewer.