public class ParcelableElement extends DefaultElement implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ParcelableElement> |
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(android.os.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, setXMLNS
public static final android.os.Parcelable.Creator<ParcelableElement> CREATOR
public ParcelableElement(String name)
public static final ParcelableElement fromElement(Element element) throws XMLException
XMLException
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
Copyright © 2006–2018 Tigase. All rights reserved.