Method: OM::XML::Document#ox_namespaces

Defined in:
lib/om/xml/document.rb,
lib/om/xml/document.rb

#ox_namespacesObject

Returns a hash combining the current documents namespaces (provided by nokogiri) and any namespaces that have been set up by your Terminology. Most importantly, this matches the ‘oxns’ namespace to the namespace you provided in your Terminology’s root term config



85
86
87
# File 'lib/om/xml/document.rb', line 85

def ox_namespaces
  @ox_namespaces
end