Searched refs:attrDecl (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/ |
D | valid.c | 2723 xmlAttributePtr attrDecl = NULL; in xmlIsID() local 2737 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname, in xmlIsID() 2739 if ((attrDecl == NULL) && (doc->extSubset != NULL)) in xmlIsID() 2740 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname, in xmlIsID() 2749 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID)) in xmlIsID() 3059 xmlAttributePtr attrDecl; in xmlIsRef() local 3062 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name); in xmlIsRef() 3063 if ((attrDecl == NULL) && (doc->extSubset != NULL)) in xmlIsRef() 3064 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, in xmlIsRef() 3067 if ((attrDecl != NULL) && in xmlIsRef() [all …]
|
D | tree.c | 6526 xmlAttributePtr attrDecl = NULL; in xmlGetPropNodeInternal() local 6545 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, in xmlGetPropNodeInternal() 6547 if ((attrDecl == NULL) && (doc->extSubset != NULL)) { in xmlGetPropNodeInternal() 6548 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, in xmlGetPropNodeInternal() 6567 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elemQName, in xmlGetPropNodeInternal() 6569 if (attrDecl) in xmlGetPropNodeInternal() 6572 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elemQName, in xmlGetPropNodeInternal() 6574 if (attrDecl) in xmlGetPropNodeInternal() 6587 if ((attrDecl != NULL) && (attrDecl->defaultValue != NULL)) in xmlGetPropNodeInternal() 6588 return((xmlAttrPtr) attrDecl); in xmlGetPropNodeInternal() [all …]
|
D | xmlschemas.c | 175 #define WXS_ATTRUSE_DECL(au) (WXS_ATTR_USE_CAST (au))->attrDecl 532 xmlSchemaAttributePtr attrDecl; member 4154 if (schema->attrDecl != NULL) in xmlSchemaFree() 4155 xmlHashFree(schema->attrDecl, NULL); in xmlSchemaFree() 4872 WXS_FIND_GLOBAL_ITEM(attrDecl) in xmlSchemaGetAttributeDecl() 7296 xmlSchemaAttributePtr attrDecl; in xmlSchemaParseLocalAttribute() local 7347 attrDecl = xmlSchemaAddAttribute(pctxt, schema, name, ns, node, 0); in xmlSchemaParseLocalAttribute() 7348 if (attrDecl == NULL) in xmlSchemaParseLocalAttribute() 7351 attrDecl->typeName = tmpName; in xmlSchemaParseLocalAttribute() 7352 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)
|