class LibXML::XML::Schema
Public Class Methods
cached(location)
click to toggle source
# File lib/libxml/schema.rb, line 61 def self.cached(location) @_schemas ||= {} @_schemas[location] ||= new(location) end
Public Instance Methods
namespaces()
click to toggle source
# File lib/libxml/schema.rb, line 57 def namespaces Namespaces.new(_namespaces.uniq { |n| n.href }) end