Searched refs:newNs (Results 1 – 2 of 2) sorted by relevance
201 xmlNodePtr const aNode, xmlNsPtr const oldNs, xmlNsPtr const newNs) in lcl_nsexchange() argument208 cur->ns = newNs; in lcl_nsexchange()215 curAttr->ns = newNs; in lcl_nsexchange()218 lcl_nsexchange(cur->children, oldNs, newNs); in lcl_nsexchange()
511 my @newNs = $parser->new_ns_prefixes();512 for (@newNs) {
Completed in 31 milliseconds