Searched refs:attrDecl (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/ |
D | valid.c | 2766 xmlAttributePtr attrDecl = NULL; in xmlIsID() local 2780 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname, in xmlIsID() 2782 if ((attrDecl == NULL) && (doc->extSubset != NULL)) in xmlIsID() 2783 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname, in xmlIsID() 2792 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID)) in xmlIsID() 3102 xmlAttributePtr attrDecl; in xmlIsRef() local 3105 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name); in xmlIsRef() 3106 if ((attrDecl == NULL) && (doc->extSubset != NULL)) in xmlIsRef() 3107 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, in xmlIsRef() 3110 if ((attrDecl != NULL) && in xmlIsRef() [all …]
|
D | tree.c | 6568 xmlAttributePtr attrDecl = NULL; in xmlGetPropNodeInternal() local 6587 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, in xmlGetPropNodeInternal() 6589 if ((attrDecl == NULL) && (doc->extSubset != NULL)) { in xmlGetPropNodeInternal() 6590 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, in xmlGetPropNodeInternal() 6597 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, in xmlGetPropNodeInternal() 6599 if ((attrDecl == NULL) && (doc->extSubset != NULL)) { in xmlGetPropNodeInternal() 6600 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, in xmlGetPropNodeInternal() 6619 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elemQName, in xmlGetPropNodeInternal() 6621 if (attrDecl) in xmlGetPropNodeInternal() 6624 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elemQName, in xmlGetPropNodeInternal() [all …]
|
D | xmlschemas.c | 175 #define WXS_ATTRUSE_DECL(au) (WXS_ATTR_USE_CAST (au))->attrDecl 532 xmlSchemaAttributePtr attrDecl; member 4193 if (schema->attrDecl != NULL) in xmlSchemaFree() 4194 xmlHashFree(schema->attrDecl, NULL); in xmlSchemaFree() 4911 WXS_FIND_GLOBAL_ITEM(attrDecl) in xmlSchemaGetAttributeDecl() 7341 xmlSchemaAttributePtr attrDecl; in xmlSchemaParseLocalAttribute() local 7392 attrDecl = xmlSchemaAddAttribute(pctxt, schema, name, ns, node, 0); in xmlSchemaParseLocalAttribute() 7393 if (attrDecl == NULL) in xmlSchemaParseLocalAttribute() 7396 attrDecl->typeName = tmpName; in xmlSchemaParseLocalAttribute() 7397 attrDecl->typeNs = tmpNs; in xmlSchemaParseLocalAttribute() [all …]
|
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 933 xmlHashTablePtr attrDecl; member
|
/external/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 1117 d attrDecl like(xmlHashTablePtr)
|