| Class NQXML::NamedAttributes |
|
An abstract superclass for entities with names and attributes.
| Methods |
| Attributes |
| :attrs | [R] |
| Public Class methods |
| new(name, attrs, source=nil) |
| Public Instance methods |
| ==(anObj) |
| attributesToXML() |
Returns a string containing the attribute key/value pairs as XML. Values are encoded.
| attributesToString() |
Returns a string containing the attribute key/value pairs as a simple, unencoded string.