Sha256: 4b25055d40f109379e9a630a1e30bfa76b993ea8316213acf6bc5a8bb82ab8a9

Contents?: true

Size: 234 Bytes

Versions: 242

Compression:

Stored size: 234 Bytes

Contents

# frozen_string_literal: false
require_relative "../child"
module REXML
  module DTD
    class AttlistDecl < Child
      START = "<!ATTLIST"
      START_RE = /^\s*#{START}/um
      PATTERN_RE = /\s*(#{START}.*?>)/um
    end
  end
end

Version data entries

242 entries across 235 versions & 36 rubygems

Version Path
docspring-3.0.0 vendor/bundle/ruby/3.3.0/gems/rexml-3.4.0/lib/rexml/dtd/attlistdecl.rb
rexml-3.4.1 lib/rexml/dtd/attlistdecl.rb
tailscale_middleware-0.0.3 vendor/cache/ruby/3.4.0/gems/rexml-3.4.0/lib/rexml/dtd/attlistdecl.rb
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/rexml-3.3.2/lib/rexml/dtd/attlistdecl.rb
brakeman-7.0.0 bundle/ruby/3.1.0/gems/rexml-3.4.0/lib/rexml/dtd/attlistdecl.rb
rexml-3.4.0 lib/rexml/dtd/attlistdecl.rb
cloudsmith-api-2.0.16 vendor/bundle/ruby/2.6.0/gems/rexml-3.3.9/lib/rexml/dtd/attlistdecl.rb
rexml-3.3.9 lib/rexml/dtd/attlistdecl.rb
brakeman-6.2.2 bundle/ruby/3.1.0/gems/rexml-3.3.8/lib/rexml/dtd/attlistdecl.rb
brakeman-6.2.2.rc1 bundle/ruby/3.3.0/gems/rexml-3.3.8/lib/rexml/dtd/attlistdecl.rb
cloudsmith-api-2.0.15 vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/dtd/attlistdecl.rb
cloudsmith-api-2.0.14 vendor/bundle/ruby/2.6.0/gems/rexml-3.3.8/lib/rexml/dtd/attlistdecl.rb
rexml-3.3.8 lib/rexml/dtd/attlistdecl.rb
rexml-3.3.7 lib/rexml/dtd/attlistdecl.rb
brakeman-6.2.1 bundle/ruby/3.1.0/gems/rexml-3.3.6/lib/rexml/dtd/attlistdecl.rb
brakeman-6.2.0 bundle/ruby/3.1.0/gems/rexml-3.3.6/lib/rexml/dtd/attlistdecl.rb
rexml-3.3.6 lib/rexml/dtd/attlistdecl.rb
rexml-3.3.5 lib/rexml/dtd/attlistdecl.rb
rexml-3.3.4 lib/rexml/dtd/attlistdecl.rb
rexml-3.3.3 lib/rexml/dtd/attlistdecl.rb