Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

StanzaRegistry Class Reference

Registry object for stanzas. More...

List of all members.

Static Public Member Functions


Detailed Description

Registry object for stanzas.


Member Function Documentation

static Stanza createExtension Element  node  )  [static]
 

Create StanzaExtension object from DOM Element.

Parameters:
node DOM Element object, which contains information for new StanzaExtension.
Returns:
StanzaExtension object created from node.

static Stanza createIQStanza Element  node,
Element  childNode
[static]
 

Create IQStanze specialization object from DOM Element.

Parameters:
node DOM Element object, which contains information for special kind of IQStanza.
childNode DOM Element with main content of <iq/> stanza.
Returns:
Object which inherits from IQStanza class. Contains informations from node.

static Stanza createStanza Element  node,
int  type
[static]
 

Create new stanza from Element object.

Parameters:
node DOM Element object, which contains information for new stanza object.
type Type of stanza, one from TAG_* constants defined in jzIXMPPSocketListener.
Returns:
Stanza object created from node.


The documentation for this class was generated from the following file:
Generated on Tue Jan 4 01:03:51 2005 for JabberZilla by  doxygen 1.4.0