| Class NQXML::ProcessingInstruction |
|
Used for all processing instructions except '<?xml version="1.0"?>'.
| Methods |
| Attributes |
| :text | [R] |
| Public Class methods |
| new(name, text='', source=nil) |
| Public Instance methods |
| writeXMLTo(io, beforeChildren=true) |
Write XML to io. Use the "<<" method, not print or puts, because this might be a String or Array and not an IO object.
| to_s() |
Return a print string.