class Lutaml::Model::XmlAdapter::Builder::Ox
def add_namespace_prefix(prefix)
Ox doesn't support XML namespaces so we only save the
Add XML namespace to document
def add_namespace_prefix(prefix) @current_namespace = prefix self end
def add_namespace_prefix(prefix) @current_namespace = prefix self end