Package | org.igniterealtime.xiff.data.search |
Class | public class SearchItem |
Inheritance | SearchItem ![]() ![]() ![]() |
Implements | INodeProxy |
Property | Defined By | ||
---|---|---|---|
email : String
E-mail
| SearchItem | ||
first : String
First
| SearchItem | ||
jid : String
JID
| SearchItem | ||
last : String
Last
| SearchItem | ||
name : String
Name
| SearchItem | ||
nick : String
Nick
| SearchItem | ||
username : String
Username
| SearchItem | ||
![]() | 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 | ||
---|---|---|---|
SearchItem(parent:XML = null) | SearchItem | ||
![]() |
Add extension to the list of the given namespace and insert to the XML element as a child. | ExtensionContainer | |
![]() | 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 = item [static] | SearchItem | ||
![]() | FLASH_NS : Namespace [static]
| XMLStanza | |
![]() | STREAM_NS : Namespace [static]
| XMLStanza |
property |
email:String
public function get email():String
public function set email(value:String):void
first | property |
first:String
First
public function get first():String
public function set first(value:String):void
jid | property |
jid:String
JID
public function get jid():String
public function set jid(value:String):void
last | property |
last:String
Last
public function get last():String
public function set last(value:String):void
name | property |
name:String
Name
public function get name():String
public function set name(value:String):void
nick | property |
nick:String
Nick
public function get nick():String
public function set nick(value:String):void
username | property |
username:String
Username
public function get username():String
public function set username(value:String):void
SearchItem | () | Constructor |
public function SearchItem(parent:XML = null)
Parameters
parent:XML (default = null )
|
ELEMENT_NAME | Constant |
public static const ELEMENT_NAME:String = item