Sha256: 1ef8b07a98e56d5acc6857754555b7f80e82970fe2cbaf9a67c05f7838cc9496

Contents?: true

Size: 228 Bytes

Versions: 4

Compression:

Stored size: 228 Bytes

Contents

# frozen_string_literal: false
require "rexml/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

4 entries across 4 versions & 2 rubygems

Version Path
rho-tau-extensions-7.6.0 libs/rexml-edge/rexml/dtd/attlistdecl.rb
rho-tau-extensions-7.4.1 libs/rexml-edge/rexml/dtd/attlistdecl.rb
rho-tau-extensions-7.1.17 libs/rexml-edge/rexml/dtd/attlistdecl.rb
ruby-compiler-0.1.1 vendor/ruby/lib/rexml/dtd/attlistdecl.rb