Searched defs:attruse (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c2964 const xmlSchemaAttributeUsePtr attruse,
2975 WXS_BASIC_CAST attruse, NULL));
13932 xmlSchemaGetEffectiveValueConstraint(xmlSchemaAttributeUsePtr attruse, argument
13942 if (attruse->defValue != NULL) {
13943 *value = attruse->defValue;
13945 *val = attruse->defVal;
13946 if (attruse->flags & XML_SCHEMA_ATTR_USE_FIXED)
13949 } else if ((attruse->attrDecl != NULL) &&
13950 (attruse->attrDecl->defValue != NULL)) {
13951 *value = attruse
2960 xmlSchemaPAttrUseErr4(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaBasicItemPtr ownerItem, const xmlSchemaAttributeUsePtr attruse, const char *message, const xmlChar *str1, const xmlChar *str2, const xmlChar *str3,const xmlChar *str4) argument
[all...]

Completed in 99 milliseconds