• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

Lines Matching refs:attributes

1464      * lookup old attributes inserted on an undefined element in the
1470 oldAttributes = ret->attributes;
1471 ret->attributes = NULL;
1549 * For new element, may have attributes from earlier
1552 ret->attributes = oldAttributes;
1633 cur->attributes = NULL;
1850 * When inserting a new element scan the DtD for existing attributes
1867 table = (xmlAttributeTablePtr) dtd->attributes;
1883 * Verify that the element don't have too many ID attributes
1886 * Returns the number of ID attributes found.
1894 cur = elem->attributes;
1900 "Element %s has too many ID attributes defined : %s\n",
2043 (dtd->doc->intSubset->attributes != NULL)) {
2044 ret = xmlHashLookup3(dtd->doc->intSubset->attributes, name, ns, elem);
2052 table = (xmlAttributeTablePtr) dtd->attributes;
2055 dtd->attributes = (void *) table;
2128 "Element %s has too may ID attributes defined : %s\n",
2142 ret->nexth = elemDef->attributes;
2143 elemDef->attributes = ret;
2145 xmlAttributePtr tmp = elemDef->attributes;
2159 ret->nexth = elemDef->attributes;
2160 elemDef->attributes = ret;
3300 if (dtd->attributes == NULL) return(NULL);
3302 table = (xmlAttributeTablePtr) dtd->attributes;
3336 if (dtd->attributes == NULL) return(NULL);
3337 table = (xmlAttributeTablePtr) dtd->attributes;
4078 table = (xmlAttributeTablePtr) doc->intSubset->attributes;
4100 "Element %s has ID attributes defined in the internal and external subset : %s\n",
5841 * Try to validate a single element and it's attributes,
6072 attr = elemDecl->attributes;
6468 * Check all the IDREF/IDREFS attributes definition for validity
6486 * Check all the NOTATION/NOTATIONS attributes
6489 * Check all the ENTITY/ENTITIES attributes definition for validity
6492 * Check all the IDREF/IDREFS attributes definition for validity
6649 * - check that ENTITY and ENTITIES type attributes default or
6651 * - check that NOTATION type attributes default or
6669 if ((dtd != NULL) && (dtd->attributes != NULL)) {
6670 table = (xmlAttributeTablePtr) dtd->attributes;
6679 if ((dtd != NULL) && (dtd->attributes != NULL)) {
6680 table = (xmlAttributeTablePtr) dtd->attributes;