module NamespaceScope:Operations on namespaces scopes (attached to XML elements).sig..end
One namespace table can optionnaly be attached to an XML element.
typeelt ={{elt}}
val get : elt -> Ocamlduce.NamespaceTable.tget v extracts the namespace bindings from the value v
or raise Not_found if v has no attached namespace bindings.val set : elt ->
Ocamlduce.NamespaceTable.t -> eltset v ns returns a value equal to v except for the attached
namespace bindings which are set to ns.val resolve_prefix : elt -> {{String}} -> Ocamlduce.Namespace.tval resolve_qname : elt -> {{String}} -> Ocamlduce.Atom.t