Packageorg.igniterealtime.xiff.data.disco
Classpublic class DiscoItem
InheritanceDiscoItem Inheritance XMLStanza Inheritance ExtensionContainer Inheritance Object
Implements INodeProxy

See also

http://xmpp.org/extensions/xep-0030.html


Public Properties
 PropertyDefined By
  jid : String
Attribute specifying the JID of the item.
DiscoItem
  name : String
A natural-language name for the item.
DiscoItem
  node : String
The value of the node attribute may or may not have semantic meaning; from the perspective of Service Discovery, a node is merely something that is associated with an entity.
DiscoItem
 Inheritedxml : XML
The XML node that should be used for this stanza's internal XML representation, base of the XMLStanza, XML element.
ExtensionContainer
Public Methods
 MethodDefined By
  
DiscoItem(parent:XML = null)
DiscoItem
 Inherited
Add extension to the list of the given namespace and insert to the XML element as a child.
ExtensionContainer
  
equals(other:DiscoItem):Boolean
Does all three properties match the in the given DiscoItem to this one?
DiscoItem
 Inherited
ExtensionContainer
 Inherited
getAllExtensionsByNS(nameSpace:String):Array
ExtensionContainer
 Inherited
getAttribute(name:String):String
Convinience method for getting element value from the XML.
XMLStanza
 Inherited
getChildAttribute(elem:String, name:String):String
Convinience method for getting child element attribute value from the XML.
XMLStanza
 Inherited
getChildField(elem:String, name:String):String
Convinience method for getting child element value from the XML.
XMLStanza
 Inherited
getExtension(elementName:String):IExtension
Get the extension having the given element name.
ExtensionContainer
 Inherited
getField(name:String):String
Convinience method for getting element value from the XML.
XMLStanza
 Inherited
removeAllExtensions(nameSpace:String):void
ExtensionContainer
 Inherited
removeExtension(extension:IExtension):Boolean
ExtensionContainer
 Inherited
removeFields(name:String):void
Helper method for removing all child elements that have the given name.
XMLStanza
 Inherited
setAttribute(name:String, value:String):void
Convinience method for setting a value to a element in the XML.
XMLStanza
 Inherited
setChildAttribute(elem:String, name:String, value:String):void
Convinience method for setting an attribute for a child element of the XML.
XMLStanza
 Inherited
setChildField(elem:String, name:String, value:String):void
Convinience method for setting a value for a child element of the XML.
XMLStanza
 Inherited
setField(name:String, value:String):void
Convinience method for setting a value to a element in the XML.
XMLStanza
 Inherited
toString():String
Converts the base stanza XML to a string.
XMLStanza
Public Constants
 ConstantDefined By
 InheritedDEFAULT_NS : Namespace
[static] Default XML namespace.
XMLStanza
  ELEMENT_NAME : String = item
[static]
DiscoItem
 InheritedFLASH_NS : Namespace
[static]
XMLStanza
 InheritedSTREAM_NS : Namespace
[static]
XMLStanza
Property Detail
jidproperty
jid:String

Attribute specifying the JID of the item.

required


Implementation
    public function get jid():String
    public function set jid(value:String):void
nameproperty 
name:String

A natural-language name for the item.

optional


Implementation
    public function get name():String
    public function set name(value:String):void
nodeproperty 
node:String

The value of the node attribute may or may not have semantic meaning; from the perspective of Service Discovery, a node is merely something that is associated with an entity.

optional


Implementation
    public function get node():String
    public function set node(value:String):void
Constructor Detail
DiscoItem()Constructor
public function DiscoItem(parent:XML = null)

Parameters
parent:XML (default = null)
Method Detail
equals()method
public function equals(other:DiscoItem):Boolean

Does all three properties match the in the given DiscoItem to this one?

Parameters

other:DiscoItem

Returns
Boolean
Constant Detail
ELEMENT_NAMEConstant
public static const ELEMENT_NAME:String = item