module Nokogiri::XML

def Schema(...)

Convenience method for Nokogiri::XML::Schema.new

Schema(input, parse_options) → Nokogiri::XML::Schema
Schema(input) → Nokogiri::XML::Schema
:call-seq:
def Schema(...)
  Schema.new(...)
end