module Nokogiri::XML

def Schema string_or_io

object.
Create a new Nokogiri::XML::Schema object using a +string_or_io+
##
def Schema string_or_io
  Schema.new(string_or_io)
end