Method: REXML::SAX2Listener#entitydecl
- Defined in:
- lib/rexml/sax2listener.rb
#entitydecl(declaration) ⇒ Object
The argument passed to this method is an array of the entity declaration. It can be in a number of formats, but in general it returns (example, result):
["%", "YN", ""Yes""]
["%", "YN", "Yes"]
["WhatHeSaid", "He said %YN;"]
["open-hatch", "SYSTEM", "http://www.textuality.com/boilerplate/OpenHatch.xml"]
["open-hatch", "PUBLIC", "-//Textuality//TEXT Standard open-hatch boilerplate//EN", "http://www.textuality.com/boilerplate/OpenHatch.xml"]
["hatch-pic", "SYSTEM", "../grafix/OpenHatch.gif", "NDATA", "gif"]
74 75 |
# File 'lib/rexml/sax2listener.rb', line 74 def entitydecl declaration end |