Home
last modified time | relevance | path

Searched refs:checkAttributeOccurence (Results 1 – 2 of 2) sorted by relevance

/dports/www/wsdlpull/wsdlpull-1.24/src/schemaparser/
H A DSchemaValidator.h104 bool checkAttributeOccurence(const ComplexType* ct ,XmlPullParser* xpp);
H A DSchemaValidator.cpp201 checkAttributeOccurence(ct,xpp); in validate()
203 checkAttributeOccurence(bt,xpp); in validate()
864 SchemaValidator::checkAttributeOccurence(const ComplexType* ct , in checkAttributeOccurence() function in Schema::SchemaValidator