Home
last modified time | relevance | path

Searched refs:hasEmptyContent (Results 1 – 2 of 2) sorted by last modified time

/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/schema/
H A Dqxsdschemaparser.cpp2889 bool hasEmptyContent = false; in resolveComplexContentType() local
2891 hasEmptyContent = true; // 2.1.1 in resolveComplexContentType()
2897 hasEmptyContent = true; // 2.1.2 in resolveComplexContentType()
2900 hasEmptyContent = true; // 2.1.3 in resolveComplexContentType()
2904 hasEmptyContent = true; // 2.1.4 in resolveComplexContentType()
2908 …const XsdParticle::Ptr explicitContent = (hasEmptyContent ? XsdParticle::Ptr() : complexType->cont… in resolveComplexContentType()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/schema/
H A Dqxsdschemaparser.cpp2890 bool hasEmptyContent = false; in resolveComplexContentType() local
2892 hasEmptyContent = true; // 2.1.1 in resolveComplexContentType()
2898 hasEmptyContent = true; // 2.1.2 in resolveComplexContentType()
2901 hasEmptyContent = true; // 2.1.3 in resolveComplexContentType()
2905 hasEmptyContent = true; // 2.1.4 in resolveComplexContentType()
2909 …const XsdParticle::Ptr explicitContent = (hasEmptyContent ? XsdParticle::Ptr() : complexType->cont… in resolveComplexContentType()