class Instruction
Extends
Child
Represents an XML Instruction; IE, <? ... ?>
Attributes
content
target
Methods
==
clone
initialize
Instruction
write
Attributes
content
(accessor) target is the "name" of the Instruction; IE, the "tag" in <?tag ...?> content is everything else.
target
(accessor) target is the "name" of the Instruction; IE, the "tag" in <?tag ...?> content is everything else.
Methods
==
Returns
true if other is an Instruction, and the content and target of the other matches the target and content of this object.
clone
initialize
Constructs a new Instruction
Instruction
write