Class NQXML::Entity |
|
The abstract base class of almost all XML entites.
Methods |
Attributes |
:source | [R] |
Public Class methods |
new(source=nil) |
Public Instance methods |
to_s() |
==(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.
event_key() |
to_s() |
preModifyIndent(currentLevel) |
Return the indentation level to use before printing this tag.
postModifyIndent(currentLevel) |
Return the indentation level to use after printing this tag.