# File lib/libxml/document.rb, line 52
      def self.io(value, options = {})
        Parser.io(value, options).parse
      end