public class ParcelableElement extends DefaultElement
| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
| Constructor and Description |
|---|
ParcelableElement(String name) |
ParcelableElement(String name,
String value,
String xmlns) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
static ParcelableElement |
fromElement(Element element) |
void |
writeToParcel(Parcel dest,
int flags) |
addChild, equals, findChild, getAsString, getAttribute, getAttributes, getChildAfter, getChildren, getChildren, getChildrenNS, getChildrenNS, getFirstChild, getFirstChild, getName, getNextSibling, getParent, getValue, getXMLNS, hashCode, removeAttribute, removeChild, setAttribute, setAttributes, setParent, setValue, setXMLNSpublic ParcelableElement(String name)
public static final ParcelableElement fromElement(Element element) throws XMLException
XMLExceptionpublic int describeContents()
public void writeToParcel(Parcel dest,
int flags)
Copyright © 2006–2017 Tigase. All rights reserved.