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

/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.c6370 xmlAttributePtr attrDecl = NULL; local
6389 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset,
6391 if ((attrDecl == NULL) && (doc->extSubset != NULL)) {
6392 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset,
6411 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elemQName,
6413 if (attrDecl)
6416 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elemQName,
6418 if (attrDecl)
6431 if ((attrDecl != NULL) && (attrDecl
6509 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
25171 xmlSchemaAttributePtr attrDecl = NULL; local
[all...]
/external/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/libxml2/include/libxml/
H A DschemasInternals.h933 xmlHashTablePtr attrDecl; member in struct:_xmlSchema

Completed in 165 milliseconds