public class GwtElement extends Object implements tigase.jaxmpp.core.client.xml.Element
| Constructor and Description |
|---|
GwtElement(com.google.gwt.xml.client.Element xmlElement) |
| Modifier and Type | Method and Description |
|---|---|
tigase.jaxmpp.core.client.xml.Element |
addChild(tigase.jaxmpp.core.client.xml.Element child) |
boolean |
equals(Object obj) |
String |
getAsString() |
String |
getAttribute(String attName) |
Map<String,String> |
getAttributes() |
tigase.jaxmpp.core.client.xml.Element |
getChildAfter(tigase.jaxmpp.core.client.xml.Element child) |
List<tigase.jaxmpp.core.client.xml.Element> |
getChildren() |
List<tigase.jaxmpp.core.client.xml.Element> |
getChildren(String name) |
List<tigase.jaxmpp.core.client.xml.Element> |
getChildrenNS(String xmlns) |
tigase.jaxmpp.core.client.xml.Element |
getChildrenNS(String name,
String xmlns) |
tigase.jaxmpp.core.client.xml.Element |
getFirstChild() |
String |
getName() |
tigase.jaxmpp.core.client.xml.Element |
getNextSibling() |
tigase.jaxmpp.core.client.xml.Element |
getParent() |
String |
getValue() |
String |
getXMLNS() |
int |
hashCode() |
static GwtElement |
parse(String data) |
void |
removeAttribute(String key) |
void |
removeChild(tigase.jaxmpp.core.client.xml.Element child) |
void |
setAttribute(String key,
String value) |
void |
setAttributes(Map<String,String> attrs) |
void |
setParent(tigase.jaxmpp.core.client.xml.Element parent) |
void |
setValue(String value) |
void |
setXMLNS(String xmlns) |
public static GwtElement parse(String data)
public tigase.jaxmpp.core.client.xml.Element addChild(tigase.jaxmpp.core.client.xml.Element child)
throws tigase.jaxmpp.core.client.xml.XMLException
addChild in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic String getAsString() throws tigase.jaxmpp.core.client.xml.XMLException
getAsString in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic String getAttribute(String attName) throws tigase.jaxmpp.core.client.xml.XMLException
getAttribute in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic Map<String,String> getAttributes() throws tigase.jaxmpp.core.client.xml.XMLException
getAttributes in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic tigase.jaxmpp.core.client.xml.Element getChildAfter(tigase.jaxmpp.core.client.xml.Element child)
throws tigase.jaxmpp.core.client.xml.XMLException
getChildAfter in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic List<tigase.jaxmpp.core.client.xml.Element> getChildren() throws tigase.jaxmpp.core.client.xml.XMLException
getChildren in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic List<tigase.jaxmpp.core.client.xml.Element> getChildren(String name) throws tigase.jaxmpp.core.client.xml.XMLException
getChildren in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic List<tigase.jaxmpp.core.client.xml.Element> getChildrenNS(String xmlns) throws tigase.jaxmpp.core.client.xml.XMLException
getChildrenNS in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic tigase.jaxmpp.core.client.xml.Element getChildrenNS(String name, String xmlns) throws tigase.jaxmpp.core.client.xml.XMLException
getChildrenNS in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic tigase.jaxmpp.core.client.xml.Element getFirstChild()
throws tigase.jaxmpp.core.client.xml.XMLException
getFirstChild in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic String getName() throws tigase.jaxmpp.core.client.xml.XMLException
getName in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic tigase.jaxmpp.core.client.xml.Element getNextSibling()
throws tigase.jaxmpp.core.client.xml.XMLException
getNextSibling in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic tigase.jaxmpp.core.client.xml.Element getParent()
throws tigase.jaxmpp.core.client.xml.XMLException
getParent in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic String getValue() throws tigase.jaxmpp.core.client.xml.XMLException
getValue in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic String getXMLNS() throws tigase.jaxmpp.core.client.xml.XMLException
getXMLNS in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic void removeAttribute(String key) throws tigase.jaxmpp.core.client.xml.XMLException
removeAttribute in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic void removeChild(tigase.jaxmpp.core.client.xml.Element child)
throws tigase.jaxmpp.core.client.xml.XMLException
removeChild in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic void setAttribute(String key, String value) throws tigase.jaxmpp.core.client.xml.XMLException
setAttribute in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic void setAttributes(Map<String,String> attrs) throws tigase.jaxmpp.core.client.xml.XMLException
setAttributes in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic void setParent(tigase.jaxmpp.core.client.xml.Element parent)
throws tigase.jaxmpp.core.client.xml.XMLException
setParent in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic void setValue(String value) throws tigase.jaxmpp.core.client.xml.XMLException
setValue in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionpublic void setXMLNS(String xmlns) throws tigase.jaxmpp.core.client.xml.XMLException
setXMLNS in interface tigase.jaxmpp.core.client.xml.Elementtigase.jaxmpp.core.client.xml.XMLExceptionCopyright © 2006–2014 Tigase. All rights reserved.