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

/external/libxml2/
H A Dvalid.c41 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type,
2032 (!xmlValidateAttributeValueInternal(dtd->doc, type, defaultValue))) {
3795 * xmlValidateAttributeValueInternal:
3806 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, function
3854 return(xmlValidateAttributeValueInternal(NULL, type, value));
4176 val = xmlValidateAttributeValueInternal(doc, attr->atype,
4458 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value);
4643 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value);

Completed in 61 milliseconds