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

An abstract superclass for entities with names and attributes.

Methods
==    attributesToString    attributesToXML    new   
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.