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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dvalid.c2723 xmlAttributePtr attrDecl = NULL; local
2737 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullelemname,
2739 if ((attrDecl == NULL) && (doc->extSubset != NULL))
2740 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, fullelemname,
2749 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID))
3044 xmlAttributePtr attrDecl; local
3047 attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name);
3048 if ((attrDecl == NULL) && (doc->extSubset != NULL))
3049 attrDecl
3862 xmlAttributePtr attrDecl = NULL; local
3948 xmlAttributePtr attrDecl = NULL; local
4256 xmlAttributePtr attrDecl = NULL; local
4433 xmlAttributePtr attrDecl = NULL; local
[all...]
H A Dtree.c6020 xmlAttributePtr attrDecl = NULL; local
6039 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset,
6041 if ((attrDecl == NULL) && (doc->extSubset != NULL)) {
6042 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset,
6061 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, elemQName,
6063 if (attrDecl)
6066 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, elemQName,
6068 if (attrDecl)
6081 if ((attrDecl != NULL) && (attrDecl
6159 xmlAttributePtr attrDecl; local
[all...]
H A Dxmlschemas.c167 #define WXS_ATTRUSE_DECL(au) WXS_ATTR_CAST (WXS_ATTR_USE_CAST (au))->attrDecl
516 xmlSchemaAttributePtr attrDecl; member in struct:_xmlSchemaAttributeUse
4096 if (schema->attrDecl != NULL)
4097 xmlHashFree(schema->attrDecl, NULL);
4808 WXS_FIND_GLOBAL_ITEM(attrDecl)
7226 xmlSchemaAttributePtr attrDecl; local
7277 attrDecl = xmlSchemaAddAttribute(pctxt, schema, name, ns, node, 0);
7278 if (attrDecl == NULL)
7281 attrDecl->typeName = tmpName;
7282 attrDecl
24846 xmlSchemaAttributePtr attrDecl = NULL; local
[all...]
/haiku-fatelf/src/tools/docbook/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...]
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DschemasInternals.h933 xmlHashTablePtr attrDecl; member in struct:_xmlSchema

Completed in 225 milliseconds