Searched refs:xmlValidateAttributeValueInternal (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | valid.c | 41 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, 1996 (!xmlValidateAttributeValueInternal(dtd->doc, type, defaultValue))) { in xmlAddAttributeDecl() 3789 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, in xmlValidateAttributeValueInternal() function 3837 return(xmlValidateAttributeValueInternal(NULL, type, value)); in xmlValidateAttributeValue() 4158 val = xmlValidateAttributeValueInternal(doc, attr->atype, in xmlValidateAttributeDecl() 4440 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value); in xmlValidateOneAttribute() 4625 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value); in xmlValidateOneNamespace()
|