Packageorg.igniterealtime.xiff.data
Interfacepublic interface INodeProxy
Implementors AbstractExtension, BrowseItem, DiscoExtension, DiscoFeature, DiscoIdentity, DiscoItem, Fill, FormField, FormItem, FormReported, GroupChatBookmark, MUCBaseExtension, MUCItem, MUCStatus, RosterItem, SearchItem, Stroke, UrlBookmark

An interface for objects that abstract XML data by providing accessors to the original XML data stored within.

Most XMPP stanzas that will interact with the library should implement this interface.



Public Properties
 PropertyDefined By
  xml : XML
INodeProxy
Property Detail
xmlproperty
xml:XML


Implementation
    public function get xml():XML
    public function set xml(value:XML):void