Lines Matching refs:defValue
529 const xmlChar * defValue;
7093 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL;
7183 if (defValue) {
7188 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7197 if (defValue) {
7202 defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
7299 if (defValue != NULL) {
7300 attrDecl->defValue = defValue;
7333 if (defValue != NULL)
7334 use->defValue = defValue;
7566 ret->defValue = xmlSchemaGetProp(pctxt, node, "fixed");
7567 if (ret->defValue != NULL)
7582 ret->defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
13942 if (attruse->defValue != NULL) {
13943 *value = attruse->defValue;
13950 (attruse->attrDecl->defValue != NULL)) {
13951 *value = attruse->attrDecl->defValue;
19401 if (attr->defValue != NULL) {
19430 attr->defValue, &(attr->defVal),
20109 if ((use->defValue == NULL) || (WXS_ATTRUSE_DECL(use) == NULL) ||
20121 if (((WXS_ATTRUSE_DECL(use))->defValue != NULL) &&
20160 use->defValue, &(use->defVal),
20195 (WXS_ATTRUSE_DECL(use))->defValue);
21026 if (((xmlSchemaAttributeUsePtr)item)->defValue != NULL) {
25200 ((attrUse->defValue != NULL) ||
25201 (attrDecl->defValue != NULL))) {
25397 if (iattr->use->defValue != NULL) {
25398 iattr->value = (xmlChar *) iattr->use->defValue;
25401 iattr->value = (xmlChar *) iattr->decl->defValue;
25577 (iattr->use->defValue != NULL)) {
25583 iattr->vcValue = iattr->use->defValue;
25598 iattr->vcValue = iattr->decl->defValue;