Inheritance diagram for Stanza:


This is base class for all stanzas. It encapsulate data shared by all stanzas. This class cannot be used directly.
|
||||||||||||||||
|
Create new Stanza object. This class can be initialized from XML Element object or from JavaScript object with those properties:
|
|
|
Create new DOM Element from data gathered in this stanza. This method should be inherited by all subclasses of Stanza.
Reimplemented in TreeBasedIQStanza, and TreeBasedStanza. |
|
|
Generate unique id for this stanza.
|
|
|
Returns DOM Element created from data gathered in this stanza.
Reimplemented in UnknownIQStanza, and UnknownStanza. |
1.4.0