Home | History | Annotate | Download | only in libxml2

Lines Matching refs:intSubset

1339     if ((from == NULL) || (from->intSubset == NULL))
1342 target = doc->intSubset;
1352 source = from->intSubset;
1520 if (doc->intSubset != NULL) {
1521 xmlUnlinkNode((xmlNodePtr) doc->intSubset);
1522 xmlFreeNode((xmlNodePtr) doc->intSubset);
1523 doc->intSubset = NULL;