Home | History | Annotate | Download | only in libxml2

Lines Matching refs:elem

497     if (attr->elem != NULL) {
499 fprintf(ctxt->output, " for %s", (char *) attr->elem);
582 xmlCtxtDumpElemDecl(xmlDebugCtxtPtr ctxt, xmlElementPtr elem)
586 if (elem == NULL) {
591 if (elem->type != XML_ELEMENT_DECL) {
596 if (elem->name != NULL) {
599 xmlCtxtDumpString(ctxt, elem->name);
606 switch (elem->etype) {
623 if ((elem->type != XML_ELEMENT_NODE) && (elem->content != NULL)) {
627 xmlSnprintfElementContent(buf, 5000, elem->content, 1);
637 xmlCtxtGenericNodeCheck(ctxt, (xmlNodePtr) elem);