Class NQXML::ProcessingInstruction
In: nqxml/entities.rb
examples/dumpXML.rb
Parent: NamedEntity

Used for all processing instructions except '<?xml version="1.0"?>'.

Methods
new    to_s    writeXMLTo   
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.