Home | History | Annotate | Download | only in libxml2

Lines Matching full:namespaces

814  * Free up all the structures associated to the chained namespaces.
4054 * tricky reason: namespaces. Doing a direct copy of a node
4260 * @extended: if 1 do a recursive copy (properties, namespaces and children
4262 * if 2 copy properties and namespaces (when applicable)
4280 * @extended: if 1 do a recursive copy (properties, namespaces and children
4282 * if 2 copy properties and namespaces (when applicable)
4418 * be copied too as well as DTD, namespaces and entities.
6108 * This function checks that all the namespaces declared within the given
6112 * as possible the function try to reuse the existing namespaces found in
6113 * the new environment. If not possible the new namespaces are redeclared
6145 xmlTreeErrMemory("fixing namespaces");
6151 xmlTreeErrMemory("fixing namespaces");
6176 xmlTreeErrMemory("fixing namespaces");
6183 xmlTreeErrMemory("fixing namespaces");
6209 xmlTreeErrMemory("fixing namespaces");
6215 xmlTreeErrMemory("fixing namespaces");
6240 xmlTreeErrMemory("fixing namespaces");
6247 xmlTreeErrMemory("fixing namespaces");
6529 * NOTE: this function acts independently of namespaces associated
7847 * Puts in-scope namespaces into the ns-map.
8250 * Disabled namespaces, e.g. xmlns:abc="".
8344 * @elem: the element-node to declare namespaces on