Home | History | Annotate | Download | only in libxml2

Lines Matching defs:oldNs

130 	 xmlNsPtr oldNs = ((xmlDocPtr) node)->oldNs;
131 if (oldNs == ns)
1199 if (doc->oldNs != NULL)
1200 xmlCtxtDumpNamespaceList(ctxt, doc->oldNs);