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

/external/libxml2/
H A Dvalid.c41 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type,
1983 (!xmlValidateAttributeValueInternal(dtd->doc, type, defaultValue))) {
3748 * xmlValidateAttributeValueInternal:
3759 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, function
3807 return(xmlValidateAttributeValueInternal(NULL, type, value));
4126 val = xmlValidateAttributeValueInternal(doc, attr->atype,
4408 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value);
4593 val = xmlValidateAttributeValueInternal(doc, attrDecl->atype, value);

Completed in 39 milliseconds