Class NQXML::XMLDecl
In: nqxml/entities.rb
Parent: NamedAttributes

Only used for the '<?xml version="1.0"?>' processing instruction.

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