Class REXML::Instruction
In: rexml/instruction.rb
Parent: Child

Represents an XML Instruction; IE, <? ... ?> TODO: Add parent arg (3rd arg) to constructor

Methods
==    clone    new    parse_stream    pull    write   
Attributes
:content  [RW] 

target is the "name" of the Instruction; IE, the "tag" in <?tag ...?> content is everything else.

:target  [RW] 

target is the "name" of the Instruction; IE, the "tag" in <?tag ...?> content is everything else.

Public Class methods
==%params%
clone%params%
new%params%
parse_stream%params%
pull%params%
write%params%
Public Instance methods
==%params%
clone%params%
new%params%
parse_stream%params%
pull%params%
write%params%