Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

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

    r561 r846  
    8686
    8787            /**
     88             * Checks whether the given @p particle, which must be an xsd:all element,
     89             * is valid according the UPA (http://www.w3.org/TR/xmlschema-1/#cos-nonambig) constraint.
     90             * For xsd:all elements, we do not want to construct a state machine.
     91             */
     92            static bool isUPAConformXsdAll(const XsdParticle::Ptr &particle, const NamePool::Ptr &namePool);
     93
     94            /**
    8895             * Checks whether the given @p particle subsumes the given @p derivedParticle.
    8996             * (http://www.w3.org/TR/xmlschema-1/#cos-particle-restrict)
Note: See TracChangeset for help on using the changeset viewer.