Class REXML::DTD::NotationDecl
In: temp/dtd/notationdecl.rb
Parent: Child

Methods

new   parse_source   to_s   write  

Constants

START = "<!NOTATION"
START_RE = /^\s*#{START}/um
PUBLIC = /^\s*#{START}\s+(\w[\w-]*)\s+(PUBLIC)\s+((["']).*?\4)\s*>/um
SYSTEM = /^\s*#{START}\s+(\w[\w-]*)\s+(SYSTEM)\s+((["']).*?\4)\s*>/um

Public Class methods

Public Instance methods

[Validate]