Home | History | Annotate | Download | only in libxml2

Lines Matching full:xmlvalidateattributevalueinternal

41 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type,
2032 (!xmlValidateAttributeValueInternal(dtd->doc, type, defaultValue))) {
3795 * xmlValidateAttributeValueInternal:
3806 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type,
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);