| Class REXML::Instruction |
|
Represents an XML Instruction; IE, <? ... ?> TODO: Add parent arg (3rd arg) to constructor
| Methods |
| 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% |