Searched refs:xmlAttributeType (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/include/libxml/ |
D | valid.h | 247 xmlAttributeType type, 337 xmlValidateAttributeValue(xmlAttributeType type,
|
D | tree.h | 178 } xmlAttributeType; typedef 226 xmlAttributeType atype; /* The attribute type */ 406 xmlAttributeType atype; /* the attribute type if validating */
|
/external/libxml2/ |
D | valid.c | 41 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, 1977 xmlAttributeType type, xmlAttributeDefault def, in xmlAddAttributeDecl() 3806 xmlValidateAttributeValueInternal(xmlDocPtr doc, xmlAttributeType type, in xmlValidateAttributeValueInternal() 3853 xmlValidateAttributeValue(xmlAttributeType type, const xmlChar *value) { in xmlValidateAttributeValue() 3888 const xmlChar *name, xmlAttributeType type, const xmlChar *value) { in xmlValidateAttributeValue2()
|
D | SAX2.c | 734 name, prefix, (xmlAttributeType) type, in xmlSAX2AttributeDecl() 738 name, prefix, (xmlAttributeType) type, in xmlSAX2AttributeDecl()
|