Home | History | Annotate | Download | only in expat

Lines Matching refs:ATTRIBUTE

231    an attribute has been specified. */

532 ATTRIBUTE *m_atts;
733 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE));
1861 XML_L("duplicate attribute"),
1869 XML_L("reference to external entity in attribute"),
2604 - generate namespace aware attribute names (URI, prefix)
2618 const XML_Char **appAtts; /* the attribute list for the application */
2647 ATTRIBUTE *temp;
2649 temp = (ATTRIBUTE *)REALLOC((void *)atts, attsSize * sizeof(ATTRIBUTE));
2659 /* add the name and value to the attribute list */
2691 /* normalize the attribute value */
2708 /* handle prefixed attribute names */
2741 /* do attribute defaulting */
2768 /* expand prefixed attribute names, check for duplicates,
2859 /* store expanded name in attribute list */
5652 /* Copy the attribute id table. */