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

Entity tag is the abstract superclass of general and parameter entity tags.

Methods
==    new    writeXMLTo   
Attributes
:entityValue  [R] 
:externalId  [R] 
Public Class methods
new(name, entityValue, externalId, 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.