method

instruction

ruby latest stable - Class: REXML::StreamListener
instruction(name, instruction)
public

Called when an instruction is encountered. EG: <?xsl sheet=‘foo’?> @p name the instruction name; in the example, “xsl” @p instruction the rest of the instruction. In the example, “sheet=‘foo’”