In Files

  • rexml/dtd/elementdecl.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

REXML::DTD::ElementDecl

Constants

PATTERN_RE

PATTERN_RE = /^s*(#{START}.*?)>/um

START
START_RE

Public Class Methods

new(match) click to toggle source

s*(((([“‘]).*?”>5)|*)*?)(/)?>/um, true)

 
               # File rexml/dtd/elementdecl.rb, line 12
def initialize match
  @name = match[1]
  @rest = match[2]
end