Class NQXML::GeneralEntityTag
In: nqxml/entities.rb
Parent: EntityTag

A general entity will contain either an entity value or an external id and NDATA.

Methods
==    new    writeXMLTo   
Attributes
:nDataDeclName  [R] 
Public Class methods
new(name, entityValue, externalId, nDataDecl, source=nil)
Public Instance methods
==(anObj)
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.