|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Element in tigase.jaxmpp.core.client |
|---|
| Fields in tigase.jaxmpp.core.client declared as Element | |
|---|---|
protected Element |
AbstractStanzaHandler.element
|
protected Element |
AbstractSessionObject.streamFeatures
|
| Methods in tigase.jaxmpp.core.client that return Element | |
|---|---|
static Element |
Processor.createError(Element stanza,
Throwable caught)
|
Element |
Connector.ConnectorEvent.getStanza()
Return received stanza |
Element |
Connector.ConnectorEvent.getStreamErrorElement()
Returns element wrapper around <error> receved element. |
Element |
SessionObject.getStreamFeatures()
Returns XMPP Stream features |
Element |
AbstractSessionObject.getStreamFeatures()
Returns XMPP Stream features |
| Methods in tigase.jaxmpp.core.client with parameters of type Element | |
|---|---|
static Element |
Processor.createError(Element stanza,
Throwable caught)
|
List<XmppModule> |
XmppModulesManager.findModules(Element element)
Finds collection of modules that can handle stanza. |
Runnable |
AbstractSessionObject.getResponseHandler(Element element,
PacketWriter writer)
|
Runnable |
ResponseManager.getResponseHandler(Element element,
PacketWriter writer,
SessionObject sessionObject)
Returns handler for response of sent stanza. |
protected abstract void |
JaxmppCore.onStanzaReceived(Element stanza)
|
void |
XmppModule.process(Element element)
Main method of module. |
Runnable |
Processor.process(Element receivedElement)
Process received stanza. |
String |
ResponseManager.registerResponseHandler(Element stanza,
Long timeout,
AsyncCallback callback)
Register callback for response of sent stanza. |
String |
AbstractSessionObject.registerResponseHandler(Element stanza,
Long timeout,
AsyncCallback callback)
|
void |
Connector.send(Element stanza)
|
void |
Connector.ConnectorEvent.setStanza(Element stanza)
|
void |
Connector.ConnectorEvent.setStreamErrorElement(Element streamErrorElement)
|
void |
SessionObject.setStreamFeatures(Element element)
Set XMPP Stream features |
void |
AbstractSessionObject.setStreamFeatures(Element element)
Set XMPP Stream features |
void |
PacketWriter.write(Element stanza)
Write a element to Stream. |
void |
PacketWriter.write(Element stanza,
AsyncCallback asyncCallback)
Write a (IQ) stanza element to Stream and register callback with default timeout. |
void |
PacketWriter.write(Element stanza,
Long timeout,
AsyncCallback asyncCallback)
Write a (IQ) stanza element to Stream and register callback with given timeout. |
| Constructors in tigase.jaxmpp.core.client with parameters of type Element | |
|---|---|
AbstractStanzaHandler(Element element,
PacketWriter writer,
SessionObject sessionObject)
|
|
Processor.FeatureNotImplementedResponse(Element element,
PacketWriter writer,
SessionObject sessionObject)
|
|
| Uses of Element in tigase.jaxmpp.core.client.connector |
|---|
| Methods in tigase.jaxmpp.core.client.connector that return Element | |
|---|---|
Element |
AbstractBoshConnector.BoshConnectorEvent.getBody()
|
protected Element |
AbstractBoshConnector.prepareBody(byte[] payload)
|
protected Element |
AbstractBoshConnector.prepareBody(Element payload)
|
protected Element |
AbstractBoshConnector.prepareRetartBody()
|
protected Element |
AbstractBoshConnector.prepareStartBody()
|
protected Element |
AbstractBoshConnector.prepareTerminateBody(Element payload)
|
| Methods in tigase.jaxmpp.core.client.connector with parameters of type Element | |
|---|---|
protected void |
AbstractBoshConnector.fireOnError(int responseCode,
String responseData,
Element response,
Throwable caught,
SessionObject sessionObject)
|
protected void |
AbstractBoshConnector.fireOnStanzaReceived(int responseCode,
String responseData,
Element response,
SessionObject sessionObject)
|
protected void |
AbstractBoshConnector.fireOnTerminate(int responseCode,
String responseData,
Element response,
SessionObject sessionObject)
|
protected void |
AbstractBoshConnector.onError(BoshRequest request,
int responseCode,
String responseData,
Element response,
Throwable caught)
|
protected void |
AbstractBoshConnector.onResponse(BoshRequest request,
int responseCode,
String responseData,
Element response)
|
protected void |
AbstractBoshConnector.onTerminate(BoshRequest request,
int responseCode,
String responseData,
Element response)
|
protected Element |
AbstractBoshConnector.prepareBody(Element payload)
|
protected Element |
AbstractBoshConnector.prepareTerminateBody(Element payload)
|
protected abstract void |
AbstractBoshConnector.processSendData(Element element)
|
void |
ConnectorWrapper.send(Element stanza)
|
void |
AbstractBoshConnector.send(Element stanza)
|
void |
AbstractBoshConnector.BoshConnectorEvent.setBody(Element response)
|
| Uses of Element in tigase.jaxmpp.core.client.criteria |
|---|
| Methods in tigase.jaxmpp.core.client.criteria with parameters of type Element | |
|---|---|
boolean |
Or.match(Element element)
This method checks if element match to conditions. |
boolean |
ElementCriteria.match(Element element)
This method checks if element match to conditions. |
boolean |
Criteria.match(Element element)
This method checks if element match to conditions. |
| Uses of Element in tigase.jaxmpp.core.client.criteria.tpath |
|---|
| Methods in tigase.jaxmpp.core.client.criteria.tpath with parameters of type Element | |
|---|---|
void |
Node.evaluate(Collection<Object> result,
Element src)
|
Object |
TPathExpression.evaluate(Element element)
|
List<Object> |
TPathExpression.evaluateAsArray(Element element)
|
Object |
Function.value(Element element)
|
Object |
Function.Attr.value(Element element)
|
Object |
Function.Value.value(Element element)
|
| Uses of Element in tigase.jaxmpp.core.client.xml |
|---|
| Classes in tigase.jaxmpp.core.client.xml that implement Element | |
|---|---|
class |
DefaultElement
Default implementation of XML Element object. |
class |
ElementWrapper
Wrapper for Element class. |
| Methods in tigase.jaxmpp.core.client.xml that return Element | |
|---|---|
Element |
ElementWrapper.addChild(Element child)
Add child element to tree and return the added element. |
Element |
Element.addChild(Element child)
Add child element to tree and return the added element. |
Element |
DefaultElement.addChild(Element child)
|
static Element |
DefaultElement.create(Element src)
|
Element |
ElementWrapper.getChildAfter(Element child)
Gets the first child after specified child in children list. |
Element |
Element.getChildAfter(Element child)
Gets the first child after specified child in children list. |
Element |
DefaultElement.getChildAfter(Element child)
|
Element |
ElementWrapper.getChildrenNS(String name,
String xmlns)
Get children by namespace. |
Element |
Element.getChildrenNS(String name,
String xmlns)
Get children by namespace. |
Element |
DefaultElement.getChildrenNS(String name,
String xmlns)
|
Element |
ElementWrapper.getFirstChild()
Get the first child element of this element. |
Element |
Element.getFirstChild()
Get the first child element of this element. |
Element |
DefaultElement.getFirstChild()
|
Element |
ElementWrapper.getFirstChild(String name)
|
Element |
ElementWrapper.getNextSibling()
Get next sibling to this element or null if no parent or no more siblings exist. |
Element |
Element.getNextSibling()
Get next sibling to this element or null if no parent or no more siblings exist. |
Element |
DefaultElement.getNextSibling()
|
Element |
ElementWrapper.getParent()
Get parent element of this element. |
Element |
Element.getParent()
Get parent element of this element. |
Element |
DefaultElement.getParent()
|
static Element |
XmlTools.makeResult(Element element)
|
| Methods in tigase.jaxmpp.core.client.xml that return types with arguments of type Element | |
|---|---|
List<Element> |
ElementWrapper.getChildren()
Get all children of the element. |
List<Element> |
Element.getChildren()
Get all children of the element. |
List<Element> |
DefaultElement.getChildren()
|
List<Element> |
ElementWrapper.getChildren(String name)
Get children by name. |
List<Element> |
Element.getChildren(String name)
Get children by name. |
List<Element> |
DefaultElement.getChildren(String name)
|
List<Element> |
ElementWrapper.getChildrenNS(String xmlns)
Get children by namespace. |
List<Element> |
Element.getChildrenNS(String xmlns)
Get children by namespace. |
List<Element> |
DefaultElement.getChildrenNS(String xmlns)
|
| Methods in tigase.jaxmpp.core.client.xml with parameters of type Element | |
|---|---|
Element |
ElementWrapper.addChild(Element child)
Add child element to tree and return the added element. |
Element |
Element.addChild(Element child)
Add child element to tree and return the added element. |
Element |
DefaultElement.addChild(Element child)
|
int |
ElementComparator.compare(Element e1,
Element e2)
|
static Element |
DefaultElement.create(Element src)
|
static DefaultElement |
DefaultElement.create(Element src,
int deep)
|
static boolean |
ElementComparator.equal(Element e1,
Element e2)
|
Element |
ElementWrapper.getChildAfter(Element child)
Gets the first child after specified child in children list. |
Element |
Element.getChildAfter(Element child)
Gets the first child after specified child in children list. |
Element |
DefaultElement.getChildAfter(Element child)
|
static Element |
XmlTools.makeResult(Element element)
|
void |
ElementWrapper.removeChild(Element child)
Remove child from element. |
void |
Element.removeChild(Element child)
Remove child from element. |
void |
DefaultElement.removeChild(Element child)
|
void |
ElementWrapper.setParent(Element parent)
Set element parent. |
void |
Element.setParent(Element parent)
Set element parent. |
void |
DefaultElement.setParent(Element parent)
|
| Constructors in tigase.jaxmpp.core.client.xml with parameters of type Element | |
|---|---|
ElementWrapper(Element element)
|
|
| Uses of Element in tigase.jaxmpp.core.client.xmpp.forms |
|---|
| Classes in tigase.jaxmpp.core.client.xmpp.forms that implement Element | |
|---|---|
class |
AbstractField<T>
Abstract class to implement fields. |
class |
BooleanField
Implementation of Boolean field type. |
class |
FixedField
Implementation of Fixed field type. |
class |
HiddenField
Implementation of Hidden field type. |
class |
JabberDataElement
Implementation of Data Form. |
class |
JidMultiField
Implementation of jid-multi field type. |
class |
JidSingleField
Implementation of jid-single field type. |
class |
ListMultiField
Implementation of list-multi field type. |
class |
ListSingleField
Implementation of list-single field type. |
class |
TextMultiField
Implementation of text-multi field type. |
class |
TextPrivateField
Implementation of text-private field type. |
class |
TextSingleField
Implementation of text-single field type. |
| Methods in tigase.jaxmpp.core.client.xmpp.forms that return Element | |
|---|---|
Element |
JabberDataElement.createSubmitableElement(XDataType type)
Creates XML Element contains only values of fields. |
| Constructors in tigase.jaxmpp.core.client.xmpp.forms with parameters of type Element | |
|---|---|
JabberDataElement(Element x)
Creates instance of JabberDataElement and parse fields. |
|
| Uses of Element in tigase.jaxmpp.core.client.xmpp.modules |
|---|
| Methods in tigase.jaxmpp.core.client.xmpp.modules that return Element | |
|---|---|
Element |
StreamFeaturesModule.StreamFeaturesReceivedEvent.getFeatures()
|
| Methods in tigase.jaxmpp.core.client.xmpp.modules with parameters of type Element | |
|---|---|
void |
StreamFeaturesModule.process(Element element)
|
void |
SessionEstablishmentModule.process(Element element)
|
void |
ResourceBinderModule.process(Element element)
|
void |
AbstractStanzaModule.process(Element element)
|
void |
AbstractIQModule.process(Element $element)
|
void |
StreamFeaturesModule.StreamFeaturesReceivedEvent.setFeatures(Element features)
|
| Method parameters in tigase.jaxmpp.core.client.xmpp.modules with type arguments of type Element | |
|---|---|
abstract void |
BookmarksModule.BookmarksAsyncCallback.onBookmarksReceived(List<Element> bookmarks)
|
void |
BookmarksModule.publishBookmarks(List<Element> bookmarks,
AsyncCallback callback)
Send list of bookmarks to private storage. |
| Constructors in tigase.jaxmpp.core.client.xmpp.modules with parameters of type Element | |
|---|---|
StreamFeaturesModule.StreamFeaturesReceivedEvent(Element features,
SessionObject sessionObject)
|
|
| Uses of Element in tigase.jaxmpp.core.client.xmpp.modules.adhoc |
|---|
| Methods in tigase.jaxmpp.core.client.xmpp.modules.adhoc that return Element | |
|---|---|
protected Element |
AdHocCommansModule.AdHocCommansAsyncCallback.getCommand()
Return <command xmlns='http://jabber.org/protocol/commands' /> element of returned stanza. |
| Uses of Element in tigase.jaxmpp.core.client.xmpp.modules.auth |
|---|
| Methods in tigase.jaxmpp.core.client.xmpp.modules.auth with parameters of type Element | |
|---|---|
void |
SaslModule.process(Element element)
|
void |
AuthModule.process(Element element)
|
protected void |
SaslModule.processChallenge(Element element)
|
protected void |
SaslModule.processFailure(Element element)
|
protected void |
SaslModule.processSuccess(Element element)
|
| Uses of Element in tigase.jaxmpp.core.client.xmpp.modules.jingle |
|---|
| Methods in tigase.jaxmpp.core.client.xmpp.modules.jingle that return Element | |
|---|---|
Element |
JingleModule.JingleTransportInfoEvent.getContent()
|
Element |
JingleModule.JingleSessionAcceptEvent.getDescription()
|
Element |
JingleModule.JingleSessionInitiationEvent.getDescription()
|
Element |
JingleModule.JingleSessionAcceptEvent.getTransport()
|
| Methods in tigase.jaxmpp.core.client.xmpp.modules.jingle that return types with arguments of type Element | |
|---|---|
List<Element> |
JingleModule.JingleSessionInitiationEvent.getTransports()
|
| Methods in tigase.jaxmpp.core.client.xmpp.modules.jingle with parameters of type Element | |
|---|---|
void |
JingleModule.acceptSession(JID jid,
String sid,
String name,
Element description,
List<Element> transports)
|
void |
JingleModule.initiateSession(JID jid,
String sid,
String name,
Element description,
List<Element> transports)
|
void |
JingleModule.transportInfo(JID recipient,
JID initiator,
String sid,
Element content)
|
| Method parameters in tigase.jaxmpp.core.client.xmpp.modules.jingle with type arguments of type Element | |
|---|---|
void |
JingleModule.acceptSession(JID jid,
String sid,
String name,
Element description,
List<Element> transports)
|
void |
JingleModule.initiateSession(JID jid,
String sid,
String name,
Element description,
List<Element> transports)
|
| Constructors in tigase.jaxmpp.core.client.xmpp.modules.jingle with parameters of type Element | |
|---|---|
JingleModule.JingleSessionAcceptEvent(SessionObject sessionObject,
JID sender,
String sid,
Element description,
Element transport)
|
|
JingleModule.JingleSessionInitiationEvent(SessionObject sessionObject,
JID sender,
String sid,
Element description,
List<Element> transports)
|
|
JingleModule.JingleTransportInfoEvent(SessionObject sessionObject,
JID sender,
String sid,
Element content)
|
|
| Constructor parameters in tigase.jaxmpp.core.client.xmpp.modules.jingle with type arguments of type Element | |
|---|---|
JingleModule.JingleSessionInitiationEvent(SessionObject sessionObject,
JID sender,
String sid,
Element description,
List<Element> transports)
|
|
| Uses of Element in tigase.jaxmpp.core.client.xmpp.modules.muc |
|---|
| Classes in tigase.jaxmpp.core.client.xmpp.modules.muc that implement Element | |
|---|---|
class |
XMucUserElement
|
| Methods in tigase.jaxmpp.core.client.xmpp.modules.muc with parameters of type Element | |
|---|---|
protected boolean |
MucModule.checkElement(Element element)
|
| Uses of Element in tigase.jaxmpp.core.client.xmpp.modules.pubsub |
|---|
| Methods in tigase.jaxmpp.core.client.xmpp.modules.pubsub that return Element | |
|---|---|
Element |
PubSubModule.PubSubEvent.getPayload()
|
Element |
PubSubModule.RetrieveItemsAsyncCallback.Item.getPayload()
|
protected abstract Element |
FormSubmitter.prepareIqPayload()
|
| Methods in tigase.jaxmpp.core.client.xmpp.modules.pubsub with parameters of type Element | |
|---|---|
void |
PubSubModule.createNode(BareJID pubSubJID,
String nodeName,
Element config,
AsyncCallback callback)
Create node on PubSub Service. |
void |
PubSubModule.createNode(BareJID pubSubJID,
String nodeName,
Element config,
PubSubAsyncCallback callback)
Create node on PubSub Service. |
protected void |
PubSubModule.fireNotificationReceived(Message message,
String nodeName,
String itemType,
String itemId,
Element payload,
Date delayTime)
|
void |
PubSubModule.publishItem(BareJID pubSubJID,
String nodeName,
String itemId,
Element payload,
AsyncCallback callback)
|
void |
PubSubModule.publishItem(BareJID pubSubJID,
String nodeName,
String itemId,
Element payload,
PubSubModule.PublishAsyncCallback callback)
|
void |
PubSubModule.PubSubEvent.setPayload(Element payload)
|
| Uses of Element in tigase.jaxmpp.core.client.xmpp.modules.vcard |
|---|
| Methods in tigase.jaxmpp.core.client.xmpp.modules.vcard that return Element | |
|---|---|
Element |
VCard.makeElement()
|
| Uses of Element in tigase.jaxmpp.core.client.xmpp.stanzas |
|---|
| Classes in tigase.jaxmpp.core.client.xmpp.stanzas that implement Element | |
|---|---|
class |
ErrorElement
Class wrap around <error/> elements in stanza. |
class |
IQ
Representation of IQ stanza. |
class |
Message
Representation od Message stanza. |
class |
Presence
Representation of Presence stanza. |
class |
Stanza
Abstract representation of Stanza. |
| Methods in tigase.jaxmpp.core.client.xmpp.stanzas that return Element | |
|---|---|
Element |
IQ.getQuery()
Return <query/> child element. |
| Methods in tigase.jaxmpp.core.client.xmpp.stanzas with parameters of type Element | |
|---|---|
static boolean |
Stanza.canBeConverted(Element element)
|
static Stanza |
Stanza.create(Element element)
Creates new stanza. |
static ErrorElement |
ErrorElement.extract(Element stanza)
|
| Constructors in tigase.jaxmpp.core.client.xmpp.stanzas with parameters of type Element | |
|---|---|
IQ(Element element)
|
|
Message(Element element)
|
|
Presence(Element element)
|
|
Stanza(Element element)
|
|
| Uses of Element in tigase.jaxmpp.core.client.xmpp.utils.delay |
|---|
| Classes in tigase.jaxmpp.core.client.xmpp.utils.delay that implement Element | |
|---|---|
class |
XmppDelay
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||