Sha256: c99642dd49dc1cc0b38e1d2cc8f580a77f39bddef7ca5804cf1c95b90b71b29c

Contents?: true

Size: 1.05 KB

Versions: 80

Compression:

Stored size: 1.05 KB

Contents

# -*- coding: utf-8 -*-
# frozen_string_literal: false
#
# \Module \REXML provides classes and methods for parsing,
# editing, and generating XML.
#
# == Implementation
#
# \REXML:
# - Is pure Ruby.
# - Provides tree, stream, SAX2, pull, and lightweight APIs.
# - Conforms to {XML version 1.0}[https://www.w3.org/TR/REC-xml/].
# - Fully implements {XPath version 1.0}[http://www.w3c.org/tr/xpath].
# - Is {non-validating}[https://www.w3.org/TR/xml/].
# - Passes 100% of the non-validating {Oasis tests}[http://www.oasis-open.org/committees/xml-conformance/xml-test-suite.shtml].
#
# == In a Hurry?
#
# If you're somewhat familiar with XML
# and have a particular task in mind,
# you may want to see {the tasks pages}[doc/rexml/tasks/tocs/master_toc_rdoc.html].
#
# == API
#
# Among the most important classes for using \REXML are:
# - REXML::Document.
# - REXML::Element.
#
module REXML
  COPYRIGHT = "Copyright © 2001-2008 Sean Russell <ser@germane-software.com>"
  DATE = "2008/019"
  VERSION = "3.2.5"
  REVISION = ""

  Copyright = COPYRIGHT
  Version = VERSION
end

Version data entries

80 entries across 77 versions & 18 rubygems

Version Path
cm-admin-1.5.22 vendor/bundle/ruby/3.3.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
cm-admin-1.5.21 vendor/bundle/ruby/3.3.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
cm-admin-1.5.20 vendor/bundle/ruby/3.3.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
scrapbook-0.3.2 vendor/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
brakeman-6.0.1 bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
mlh-rubocop-config-1.0.2 vendor/bundle/ruby/3.2.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
fablicop-1.10.3 vendor/bundle/ruby/3.2.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
cloudsmith-api-2.0.7 vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
scrapbook-0.3.1 vendor/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
fablicop-1.10.2 vendor/bundle/ruby/3.2.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
cloudsmith-api-2.0.6 vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
cloudsmith-api-2.0.5 vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
brakeman-6.0.0 bundle/ruby/3.0.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
cloudsmith-api-2.0.4 vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
cloudsmith-api-2.0.3 vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
cloudsmith-api-2.0.2 vendor/bundle/ruby/2.6.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
call_your_name-0.1.0 vendor/bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
zilla-0.2.0 vendor/bundle/ruby/3.2.0/gems/rexml-3.2.5/lib/rexml/rexml.rb
brakeman-5.4.1 bundle/ruby/3.1.0/gems/rexml-3.2.5/lib/rexml/rexml.rb