Lines Matching defs:attributes
1156 * Validate also for namespace decls, they are attributes from
1219 * Validate also for namespace decls, they are attributes from
1313 * to the ability to keep xmlSAX2References in attributes
1367 * Check defaulted attributes from the DTD
1386 xmlAttributePtr attr = elemDecl->attributes;
1388 * Check against defaulted attributes from the external subset
1441 attr = elemDecl->attributes;
1444 * Make sure that attributes redefinition occuring in the
1516 * @atts: An array of name/value attributes pairs, NULL terminated
1547 (ctxt->myDoc->intSubset->attributes == NULL) &&
1563 * attributes parsing, since local namespace can be defined as
1620 * Insert all the defaulted attributes from the DTD especially namespaces
1629 * process all the attributes whose name start with "xmlns"
1648 * Search the namespace, note that since the attributes have been
1670 * process all the other attributes
2022 * to the ability to keep references in attributes
2110 * @nb_attributes: the number of attributes on that node
2111 * @nb_defaulted: the number of defaulted attributes.
2112 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
2128 const xmlChar **attributes)
2146 (ctxt->myDoc->intSubset->attributes == NULL) &&
2244 * Insert the defaulted attributes from the DTD only if requested:
2273 * process all the other attributes
2277 xmlSAX2AttributeNs(ctxt, attributes[j], attributes[j+1],
2278 attributes[j+3], attributes[j+4]);