Home | History | Annotate | Download | only in libxml2

Lines Matching refs:elem

724  * @elem:  the name of the element
734 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname,
748 elem, fullname, type, def, defaultValue);
764 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, elem,
768 attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, elem,
806 xmlElementPtr elem = NULL;
817 elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->intSubset,
820 elem = xmlAddElementDecl(&ctxt->vctxt, ctxt->myDoc->extSubset,
829 if (elem == NULL)
834 xmlValidateElementDecl(&ctxt->vctxt, ctxt->myDoc, elem);
1463 attr->elem, attr->name,
1466 attr->elem, attr->name,
1501 (const char *)attr->elem);
1536 attr->elem, attr->name,