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