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