org.jivesoftware.xiff.data.whiteboard

class WhiteboardExtension

Object | +--org.jivesoftware.xiff.data.XMLStanza | +--org.jivesoftware.xiff.data.Extension | +--org.jivesoftware.xiff.data.whiteboard.WhiteboardExtension
Implemented Interfaces: IExtension, ISerializable

class WhiteboardExtension extends Extension
A message extension for whitboard exchange. This class is the base class for other extension classes such as Path All child whiteboard objects are contained and serialized by this class
  • Author:
    Sean Treadway
  • Since:
    2.0.0

Field Summary

public static ELEMENT: String
public static NS: String
Static class variables to be overridden in subclasses;
Fields inherited from class org.jivesoftware.xiff.data.XMLStanza

Property Summary

public paths: Array (read-only)
The paths available in this whiteboard message

Constructor

public WhiteboardExtension ( parent: XMLNode)

Method Summary

public deserialize ( node: XMLNode ): Boolean
Deserializes the WhiteboardExtension data.
public static enable ( ): Void
Performs the registration of this extension into the extension registry.
public getElementName ( ): String
Gets the element name associated with this extension. The element for this extension is "x".
public getNS ( ): String
Gets the namespace associated with this extension. The namespace for the WhiteboardExtension is "xiff:wb".
public serialize ( parent: XMLNode ): Boolean
Serializes the WhiteboardExtension data to XML for sending.
Methods inherited from class org.jivesoftware.xiff.data.Extension
Methods inherited from class org.jivesoftware.xiff.data.XMLStanza

Field Documentation

ELEMENT

public static var ELEMENT: String

    Property Documentation


    Constructor Documentation

    The documentation was generated from the following file:
    • WhiteboardExtension.as, Last Modified: 3/10/2005 10:14:04 PM