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

/external/libxml2/include/libxml/
H A DschemasInternals.h933 xmlHashTablePtr attrDecl; member in struct:_xmlSchema
/external/libxml2/
H A Dvalid.c2692 xmlAttributePtr attrDecl = NULL; local
2706 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname,
2708 if ((attrDecl == NULL) && (doc->extSubset != NULL))
2709 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname,
2718 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID))
3027 xmlAttributePtr attrDecl; local
3030 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name);
3031 if ((attrDecl == NULL) && (doc->extSubset != NULL))
3032 attrDecl
3959 xmlAttributePtr attrDecl = NULL; local
4045 xmlAttributePtr attrDecl = NULL; local
4351 xmlAttributePtr attrDecl = NULL; local
4528 xmlAttributePtr attrDecl = NULL; local
[all...]
H A Dtree.c6496 xmlAttributePtr attrDecl = NULL; local
6515 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset,
6517 if ((attrDecl == NULL) && (doc->extSubset != NULL)) {
6518 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset,
6537 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elemQName,
6539 if (attrDecl)
6542 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elemQName,
6544 if (attrDecl)
6557 if ((attrDecl != NULL) && (attrDecl
6635 xmlAttributePtr attrDecl; local
[all...]
H A Dxmlschemas.c169 #define WXS_ATTRUSE_DECL(au) WXS_ATTR_CAST (WXS_ATTR_USE_CAST (au))->attrDecl
524 xmlSchemaAttributePtr attrDecl; member in struct:_xmlSchemaAttributeUse
4126 if (schema->attrDecl != NULL)
4127 xmlHashFree(schema->attrDecl, NULL);
4838 WXS_FIND_GLOBAL_ITEM(attrDecl)
7256 xmlSchemaAttributePtr attrDecl; local
7307 attrDecl = xmlSchemaAddAttribute(pctxt, schema, name, ns, node, 0);
7308 if (attrDecl == NULL)
7311 attrDecl->typeName = tmpName;
7312 attrDecl
25201 xmlSchemaAttributePtr attrDecl = NULL; local
[all...]

Completed in 114 milliseconds