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() 3760 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, in xmlValidateAttributeValueInternal() function 3808 return(xmlValidateAttributeValueInternal(NULL, type, value)); in xmlValidateAttributeValue() 4127 val = xmlValidateAttributeValueInternal(doc, attr->atype, in xmlValidateAttributeDecl() 4409 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value); in xmlValidateOneAttribute() 4594 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value); in xmlValidateOneNamespace()
|