Method: REXML::StreamListener#instruction

Defined in:
lib/rexml/streamlistener.rb

#instruction(name, instruction) ⇒ Object

Called when an instruction is encountered. EG: <?xsl sheet=‘foo’?> “sheet=‘foo’”



28
29
# File 'lib/rexml/streamlistener.rb', line 28

def instruction name, instruction
end