Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/xmlpatterns/schema/qxsdschemaparser_p.h

    r561 r769  
    121121
    122122            /**
     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            /**
    123129             * 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.
    125131             */
    126132            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);
    127139
    128140            /**
     
    133145
    134146            /**
     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            /**
    135153             * 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.
    137155             */
    138156            void setRedefinedSchemas(const NamespaceSet &schemas);
Note: See TracChangeset for help on using the changeset viewer.