Package | org.igniterealtime.xiff.data.disco |
Class | public class DiscoIdentity |
Inheritance | DiscoIdentity ![]() ![]() ![]() |
Implements | INodeProxy |
See also
Property | Defined By | ||
---|---|---|---|
category : String | DiscoIdentity | ||
lang : String | DiscoIdentity | ||
name : String | DiscoIdentity | ||
type : String | DiscoIdentity | ||
![]() | xml : XML
The XML node that should be used for this stanza's internal XML representation,
base of the XMLStanza, XML element. | ExtensionContainer |
Method | Defined By | ||
---|---|---|---|
DiscoIdentity(parent:XML = null) | DiscoIdentity | ||
![]() |
Add extension to the list of the given namespace and insert to the XML element as a child. | ExtensionContainer | |
equals(other:DiscoIdentity):Boolean | DiscoIdentity | ||
![]() | getAllExtensions():Array | ExtensionContainer | |
![]() | getAllExtensionsByNS(nameSpace:String):Array | ExtensionContainer | |
![]() | getAttribute(name:String):String
Convinience method for getting element value from the XML. | XMLStanza | |
![]() | getChildAttribute(elem:String, name:String):String
Convinience method for getting child element attribute value from the XML. | XMLStanza | |
![]() | getChildField(elem:String, name:String):String
Convinience method for getting child element value from the XML. | XMLStanza | |
![]() | getExtension(elementName:String):IExtension
Get the extension having the given element name. | ExtensionContainer | |
![]() | getField(name:String):String
Convinience method for getting element value from the XML. | XMLStanza | |
![]() | removeAllExtensions(nameSpace:String):void | ExtensionContainer | |
![]() | removeExtension(extension:IExtension):Boolean | ExtensionContainer | |
![]() | removeFields(name:String):void
Helper method for removing all child elements that have the given name. | XMLStanza | |
![]() | setAttribute(name:String, value:String):void
Convinience method for setting a value to a element in the XML. | XMLStanza | |
![]() | setChildAttribute(elem:String, name:String, value:String):void
Convinience method for setting an attribute for a child element of the XML. | XMLStanza | |
![]() | setChildField(elem:String, name:String, value:String):void
Convinience method for setting a value for a child element of the XML. | XMLStanza | |
![]() | setField(name:String, value:String):void
Convinience method for setting a value to a element in the XML. | XMLStanza | |
![]() | toString():String
Converts the base stanza XML to a string. | XMLStanza |
Constant | Defined By | ||
---|---|---|---|
![]() | DEFAULT_NS : Namespace [static]
Default XML namespace. | XMLStanza | |
ELEMENT_NAME : String = identity [static] | DiscoIdentity | ||
![]() | FLASH_NS : Namespace [static]
| XMLStanza | |
![]() | STREAM_NS : Namespace [static]
| XMLStanza |
category | property |
category:String
public function get category():String
public function set category(value:String):void
lang | property |
lang:String
public function get lang():String
public function set lang(value:String):void
name | property |
name:String
public function get name():String
public function set name(value:String):void
type | property |
type:String
public function get type():String
public function set type(value:String):void
DiscoIdentity | () | Constructor |
public function DiscoIdentity(parent:XML = null)
Parameters
parent:XML (default = null )
|
equals | () | method |
ELEMENT_NAME | Constant |
public static const ELEMENT_NAME:String = identity