Home | History | Annotate | Download | only in libxml2

Lines Matching refs:elem

693  * @elem:  the name of the element
703 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname,
717 elem, fullname, type, def, defaultValue);
733 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, elem,
737 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, elem,
775 xmlElementPtr elem = NULL;
786 elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->intSubset,
789 elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->extSubset,
798 if (elem == NULL)
803 xmlValidateElementDecl(&ctxt->vctxt, ctxt->myDoc, elem);
1409 attr->elem, attr->name,
1412 attr->elem, attr->name,
1443 (const char *)attr->elem);
1477 attr->elem, attr->name,