Changeset 769 for trunk/src/xmlpatterns/schema/qxsdschemaparser_p.h
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/xmlpatterns/schema/qxsdschemaparser_p.h
r561 r769 121 121 122 122 /** 123 * Adds @p schemas to the list of already included schemas, so the parser 124 * can detect multiple includes of the same schema. 125 */ 126 void addIncludedSchemas(const NamespaceSet &schemas); 127 128 /** 123 129 * Sets which @p schemas have been included already, so the parser 124 * can detect circular includes.130 * can detect multiple includes of the same schema. 125 131 */ 126 132 void setIncludedSchemas(const NamespaceSet &schemas); 133 134 /** 135 * Adds @p schemas to the list of already imported schemas, so the parser 136 * can detect multiple imports of the same schema. 137 */ 138 void addImportedSchemas(const NamespaceSet &schemas); 127 139 128 140 /** … … 133 145 134 146 /** 147 * Adds @p schemas to the list of already redefined schemas, so the parser 148 * can detect multiple redefines of the same schema. 149 */ 150 void addRedefinedSchemas(const NamespaceSet &schemas); 151 152 /** 135 153 * Sets which @p schemas have been redefined already, so the parser 136 * can detect circular redefines.154 * can detect multiple redefines of the same schema. 137 155 */ 138 156 void setRedefinedSchemas(const NamespaceSet &schemas);
Note:
See TracChangeset
for help on using the changeset viewer.