Searched refs:attrDecl (Results 1 – 5 of 5) sorted by relevance
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | valid.c | 2819 if ((attrDecl != NULL) && (attrDecl->atype == XML_ATTRIBUTE_ID)) in xmlIsID() 3144 if ((attrDecl != NULL) && in xmlIsRef() 4088 if (attrDecl != NULL) in xmlValidCtxtNormalizeAttributeValue() 4098 if (attrDecl != NULL) in xmlValidCtxtNormalizeAttributeValue() 4102 if (attrDecl == NULL) in xmlValidCtxtNormalizeAttributeValue() 4164 if (attrDecl == NULL) in xmlValidNormalizeAttributeValue() 4469 if (attrDecl == NULL) { in xmlValidateOneAttribute() 4487 if (attrDecl == NULL) { in xmlValidateOneAttribute() 4649 if (attrDecl == NULL) { in xmlValidateOneNamespace() 4667 if (attrDecl == NULL) { in xmlValidateOneNamespace() [all …]
|
H A D | tree.c | 6641 xmlAttributePtr attrDecl = NULL; in xmlGetPropNodeInternal() local 6660 attrDecl = xmlGetDtdQAttrDesc(doc->intSubset, in xmlGetPropNodeInternal() 6663 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, in xmlGetPropNodeInternal() 6673 attrDecl = xmlGetDtdQAttrDesc(doc->extSubset, in xmlGetPropNodeInternal() 6694 if (attrDecl) in xmlGetPropNodeInternal() 6699 if (attrDecl) in xmlGetPropNodeInternal() 6712 if ((attrDecl != NULL) && (attrDecl->defaultValue != NULL)) in xmlGetPropNodeInternal() 6713 return((xmlAttrPtr) attrDecl); in xmlGetPropNodeInternal() 6790 xmlAttributePtr attrDecl; in xmlHasProp() local 6795 if ((attrDecl != NULL) && (attrDecl->defaultValue != NULL)) in xmlHasProp() [all …]
|
H A D | xmlschemas.c | 532 xmlSchemaAttributePtr attrDecl; member 4199 if (schema->attrDecl != NULL) in xmlSchemaFree() 4917 WXS_FIND_GLOBAL_ITEM(attrDecl) in xmlSchemaGetAttributeDecl() 7347 xmlSchemaAttributePtr attrDecl; in xmlSchemaParseLocalAttribute() local 7399 if (attrDecl == NULL) in xmlSchemaParseLocalAttribute() 7402 attrDecl->typeName = tmpName; in xmlSchemaParseLocalAttribute() 7403 attrDecl->typeNs = tmpNs; in xmlSchemaParseLocalAttribute() 7405 use->attrDecl = attrDecl; in xmlSchemaParseLocalAttribute() 25509 iattr->decl = attrDecl; in xmlSchemaVAttributesComplex() 25536 tmpiattr->decl = attrDecl; in xmlSchemaVAttributesComplex() [all …]
|
/reactos/dll/3rdparty/libxslt/ |
H A D | xsltutils.c | 103 xmlAttributePtr attrDecl; in xsltGetCNsProp() local 106 if ((attrDecl == NULL) && (doc->extSubset != NULL)) in xsltGetCNsProp() 107 attrDecl = xmlGetDtdAttrDesc(doc->extSubset, node->name, name); in xsltGetCNsProp() 109 if ((attrDecl != NULL) && (attrDecl->prefix != NULL)) { in xsltGetCNsProp() 113 ns = xmlSearchNs(doc, node, attrDecl->prefix); in xsltGetCNsProp() 116 attrDecl->defaultValue, -1)); in xsltGetCNsProp() 195 xmlAttributePtr attrDecl; in xsltGetNsProp() local 198 if ((attrDecl == NULL) && (doc->extSubset != NULL)) in xsltGetNsProp() 201 if ((attrDecl != NULL) && (attrDecl->prefix != NULL)) { in xsltGetNsProp() 205 ns = xmlSearchNs(doc, node, attrDecl->prefix); in xsltGetNsProp() [all …]
|
/reactos/sdk/include/reactos/libs/libxml/ |
H A D | schemasInternals.h | 933 xmlHashTablePtr attrDecl; member
|