Home | History | Annotate | Download | only in expat

Lines Matching refs:ATTRIBUTE

233    an attribute has been specified. */

539 ATTRIBUTE *m_atts;
761 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE));
1939 XML_L("duplicate attribute"),
1947 XML_L("reference to external entity in attribute"),
2691 - generate namespace aware attribute names (URI, prefix)
2705 const XML_Char **appAtts; /* the attribute list for the application */
2734 ATTRIBUTE *temp;
2739 temp = (ATTRIBUTE *)REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE));
2755 ATTRIBUTE *currAtt = &atts[i];
2759 /* add the name and value to the attribute list */
2799 /* normalize the attribute value */
2816 /* handle prefixed attribute names */
2849 /* do attribute defaulting */
2876 /* expand prefixed attribute names, check for duplicates,
2965 /* store expanded name in attribute list */
5772 /* Copy the attribute id table. */