Home | History | Annotate | Download | only in libxslt

Lines Matching refs:oldNs

1759     if (doc->oldNs != NULL)
1760 return (doc->oldNs);
1784 doc->oldNs = ns;
1797 * Creates or reuses an xmlNs struct on doc->oldNs with
1812 if (doc->oldNs != NULL)
1813 ns = doc->oldNs;