• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/

Lines Matching +defs:child +defs:name

442                 xmlBufferAdd(buf->buffer, children->name,
443 xmlStrlen(children->name));
563 xmlOutputBufferWriteString(buf, (const char *)dtd->name);
620 xmlOutputBufferWriteString(buf, (const char *)cur->name);
794 if (cur->name != xmlStringTextNoenc) {
809 xmlOutputBufferWriteString(buf, (const char *)cur->name);
817 xmlOutputBufferWriteString(buf, (const char *)cur->name);
832 xmlOutputBufferWriteString(buf, (const char *)cur->name);
888 xmlOutputBufferWriteString(buf, (const char *)cur->name);
921 xmlOutputBufferWriteString(buf, (const char *)cur->name);
1056 xmlNodePtr child = cur->children;
1058 while (child != NULL) {
1062 xhtmlNodeDumpOutput(ctxt, child);
1065 xmlNodeDumpOutputInternal(ctxt, child);
1067 child = child->next;
1109 switch (node->name[0]) {
1111 if (xmlStrEqual(node->name, BAD_CAST "area"))
1115 if (xmlStrEqual(node->name, BAD_CAST "br"))
1117 if (xmlStrEqual(node->name, BAD_CAST "base"))
1119 if (xmlStrEqual(node->name, BAD_CAST "basefont"))
1123 if (xmlStrEqual(node->name, BAD_CAST "col"))
1127 if (xmlStrEqual(node->name, BAD_CAST "frame"))
1131 if (xmlStrEqual(node->name, BAD_CAST "hr"))
1135 if (xmlStrEqual(node->name, BAD_CAST "img"))
1137 if (xmlStrEqual(node->name, BAD_CAST "input"))
1139 if (xmlStrEqual(node->name, BAD_CAST "isindex"))
1143 if (xmlStrEqual(node->name, BAD_CAST "link"))
1147 if (xmlStrEqual(node->name, BAD_CAST "meta"))
1151 if (xmlStrEqual(node->name, BAD_CAST "param"))
1168 xmlAttrPtr name = NULL;
1177 if ((cur->ns == NULL) && (xmlStrEqual(cur->name, BAD_CAST "id")))
1180 if ((cur->ns == NULL) && (xmlStrEqual(cur->name, BAD_CAST "name")))
1181 name = cur;
1183 if ((cur->ns == NULL) && (xmlStrEqual(cur->name, BAD_CAST "lang")))
1186 if ((cur->ns != NULL) && (xmlStrEqual(cur->name, BAD_CAST "lang")) &&
1193 (htmlIsBooleanAttr(cur->name))) {
1196 cur->children = xmlNewText(cur->name);
1206 if ((name != NULL) && (id == NULL)) {
1207 if ((parent != NULL) && (parent->name != NULL) &&
1208 ((xmlStrEqual(parent->name, BAD_CAST "a")) ||
1209 (xmlStrEqual(parent->name, BAD_CAST "p")) ||
1210 (xmlStrEqual(parent->name, BAD_CAST "div")) ||
1211 (xmlStrEqual(parent->name, BAD_CAST "img")) ||
1212 (xmlStrEqual(parent->name, BAD_CAST "map")) ||
1213 (xmlStrEqual(parent->name, BAD_CAST "applet")) ||
1214 (xmlStrEqual(parent->name, BAD_CAST "form")) ||
1215 (xmlStrEqual(parent->name, BAD_CAST "frame")) ||
1216 (xmlStrEqual(parent->name, BAD_CAST "iframe")))) {
1218 xmlAttrSerializeContent(buf, name);
1322 if ((cur->name == xmlStringText) ||
1323 (cur->name != xmlStringTextNoenc)) {
1338 xmlOutputBufferWriteString(buf, (const char *)cur->name);
1346 xmlOutputBufferWriteString(buf, (const char *)cur->name);
1361 xmlOutputBufferWriteString(buf, (const char *)cur->name);
1411 xmlOutputBufferWriteString(buf, (const char *)cur->name);
1414 if ((xmlStrEqual(cur->name, BAD_CAST "html") &&
1428 xmlStrEqual(cur->name, BAD_CAST"head") &&
1429 xmlStrEqual(cur->parent->name, BAD_CAST"html")) {
1433 if (xmlStrEqual(tmp->name, BAD_CAST"meta")) {
1489 xmlOutputBufferWriteString(buf, (const char *)cur->name);
1525 ((xmlStrEqual(cur->name, BAD_CAST "script")) ||
1526 (xmlStrEqual(cur->name, BAD_CAST "style"))) &&
1529 xmlNodePtr child = cur->children;
1531 while (child != NULL) {
1532 if (child->type == XML_TEXT_NODE) {
1533 if ((xmlStrchr(child->content, '<') == NULL) &&
1534 (xmlStrchr(child->content, '&') == NULL) &&
1535 (xmlStrstr(child->content, BAD_CAST "]]>") == NULL)) {
1543 xmlOutputBufferWriteString(buf, (const char *) child->content);
1552 start = end = child->content;
1579 xhtmlNodeDumpOutput(ctxt, child);
1583 child = child->next;
1609 xmlOutputBufferWriteString(buf, (const char *)cur->name);
1623 * @encoding: the encoding name to use or NULL
1648 * @filename: a file name or an URL
1649 * @encoding: the encoding name to use or NULL
1678 * @encoding: the encoding name to use or NULL
1721 * @encoding: the encoding name to use or NULL
2443 * @encoding: the name of the encoding to use or NULL.
2501 * @encoding: the name of an encoding (or NULL)