method
instruction
v1_9_3_392 -
Show 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’”