class REXML::DTD::ElementDecl
Constants
- PATTERN_RE
-
PATTERN_RE
= /^s*(#{START}.*?)>/um - START
- START_RE
Public Class Methods
Source
# File lib/rexml/dtd/elementdecl.rb, line 12 def initialize match @name = match[1] @rest = match[2] end
s*(((([“‘]).*?5)|*)*?)(/)?>/um, true)