Searched refs:attrDecl (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dvalid.c2694 xmlAttributePtr attrDecl = NULL; local
2708 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname,
2710 if ((attrDecl == NULL) && (doc->extSubset != NULL))
2711 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname,
2720 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID))
3028 xmlAttributePtr attrDecl; local
3031 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name);
3032 if ((attrDecl == NULL) && (doc->extSubset != NULL))
3033 attrDecl
3960 xmlAttributePtr attrDecl = NULL; local
4046 xmlAttributePtr attrDecl = NULL; local
4352 xmlAttributePtr attrDecl = NULL; local
4529 xmlAttributePtr attrDecl = NULL; local
[all...]
H A Dtree.c6357 xmlAttributePtr attrDecl = NULL; local
6376 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset,
6378 if ((attrDecl == NULL) && (doc->extSubset != NULL)) {
6379 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset,
6398 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elemQName,
6400 if (attrDecl)
6403 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elemQName,
6405 if (attrDecl)
6418 if ((attrDecl != NULL) && (attrDecl
6496 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
4105 if (schema->attrDecl != NULL)
4106 xmlHashFree(schema->attrDecl, NULL);
4817 WXS_FIND_GLOBAL_ITEM(attrDecl)
7235 xmlSchemaAttributePtr attrDecl; local
7286 attrDecl = xmlSchemaAddAttribute(pctxt, schema, name, ns, node, 0);
7287 if (attrDecl == NULL)
7290 attrDecl->typeName = tmpName;
7291 attrDecl
25170 xmlSchemaAttributePtr attrDecl = NULL; local
[all...]
/external/libxml2/
H A Dvalid.c2694 xmlAttributePtr attrDecl = NULL; local
2708 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname,
2710 if ((attrDecl == NULL) && (doc->extSubset != NULL))
2711 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname,
2720 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID))
3028 xmlAttributePtr attrDecl; local
3031 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name);
3032 if ((attrDecl == NULL) && (doc->extSubset != NULL))
3033 attrDecl
3960 xmlAttributePtr attrDecl = NULL; local
4046 xmlAttributePtr attrDecl = NULL; local
4352 xmlAttributePtr attrDecl = NULL; local
4529 xmlAttributePtr attrDecl = NULL; local
[all...]
H A Dtree.c6477 xmlAttributePtr attrDecl = NULL; local
6496 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset,
6498 if ((attrDecl == NULL) && (doc->extSubset != NULL)) {
6499 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset,
6518 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elemQName,
6520 if (attrDecl)
6523 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elemQName,
6525 if (attrDecl)
6538 if ((attrDecl != NULL) && (attrDecl
6616 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
4124 if (schema->attrDecl != NULL)
4125 xmlHashFree(schema->attrDecl, NULL);
4836 WXS_FIND_GLOBAL_ITEM(attrDecl)
7254 xmlSchemaAttributePtr attrDecl; local
7305 attrDecl = xmlSchemaAddAttribute(pctxt, schema, name, ns, node, 0);
7306 if (attrDecl == NULL)
7309 attrDecl->typeName = tmpName;
7310 attrDecl
25199 xmlSchemaAttributePtr attrDecl = NULL; local
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltutils.c128 xmlAttributePtr attrDecl; local
130 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, node->name, name);
131 if ((attrDecl == NULL) && (doc->extSubset != NULL))
132 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, node->name, name);
134 if ((attrDecl != NULL) && (attrDecl->prefix != NULL)) {
138 ns = xmlSearchNs(doc, node, attrDecl->prefix);
141 attrDecl->defaultValue, -1));
214 xmlAttributePtr attrDecl; local
216 attrDecl
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DschemasInternals.h933 xmlHashTablePtr attrDecl; member in struct:_xmlSchema
/external/libxml2/include/libxml/
H A DschemasInternals.h933 xmlHashTablePtr attrDecl; member in struct:_xmlSchema

Completed in 1285 milliseconds