Method: REXML::SAX2Listener#notationdecl
- Defined in:
- lib/rexml/sax2listener.rb
#notationdecl(name, public_or_system, public_id, system_id) ⇒ Object
<!NOTATION …>
77 78 |
# File 'lib/rexml/sax2listener.rb', line 77 def notationdecl name, public_or_system, public_id, system_id end |