Represents an <a href="/ruby/XML">XML</a> Instruction; IE, <? … ?> TODO: Add parent arg (3rd arg) to constructor
Constants
START = '<\?'
STOP = '\?>'
Attributes
[RW] | target | target is the "name" of the Instruction; IE, the "tag" in <?tag …?> content is everything else. |
[RW] | content | target is the "name" of the Instruction; IE, the "tag" in <?tag …?> content is everything else. |