HomeSort by relevance Sort by last modified time
    Searched refs:XML_DTD_NODE (Results 1 - 13 of 13) sorted by null

  /external/libxml2/
tree.c 893 cur->type = XML_DTD_NODE;
926 if (cur->type == XML_DTD_NODE)
967 cur->type = XML_DTD_NODE;
    [all...]
xmlreader.c 367 if (cur->type != XML_DTD_NODE) {
434 if (cur->type == XML_DTD_NODE) {
    [all...]
debugXML.c 358 (node->type != XML_DTD_NODE) &&
405 case XML_DTD_NODE:
457 if (dtd->type != XML_DTD_NODE) {
984 case XML_DTD_NODE:
    [all...]
xinclude.c 825 if (elem->type == XML_DTD_NODE)
1066 case XML_DTD_NODE:
1192 case XML_DTD_NODE:
    [all...]
schematron.c     [all...]
xpath.c     [all...]
xmlsave.c 930 if (cur->type == XML_DTD_NODE) {
    [all...]
xpointer.c     [all...]
c14n.c     [all...]
valid.c 534 case XML_DTD_NODE:
    [all...]
testapi.c 65 if ((api_dtd == NULL) || (api_dtd->type != XML_DTD_NODE)) {
68 (api_doc->children->type == XML_DTD_NODE))
    [all...]
  /external/libxml2/include/libxml/
tree.h 157 * be deprecated to use an XML_DTD_NODE.
173 XML_DTD_NODE= 14,
408 xmlElementType type; /* XML_DTD_NODE, must be second ! */
    [all...]
  /external/libxml2/python/
libxml.c     [all...]

Completed in 76 milliseconds