Home | History | Annotate | Download | only in libxml2

Lines Matching refs:extSubset

1362     source = from->extSubset;
1525 if (doc->extSubset != NULL) {
1526 xmlUnlinkNode((xmlNodePtr) doc->extSubset);
1527 xmlFreeNode((xmlNodePtr) doc->extSubset);
1528 doc->extSubset = NULL;