Object
# File lib/libxml/schema.rb, line 61 def self.cached(location) @_schemas ||= {} @_schemas[location] ||= new(location) end
# File lib/libxml/schema.rb, line 57 def namespaces Namespaces.new(_namespaces.uniq { |n| n.href }) end