public class XmlRpcValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ARRAY |
static int |
BASE64 |
static int |
BOOLEAN |
static int |
DATE |
static int |
DOUBLE |
static int |
FAULT |
static int |
I4 |
static int |
INTEGER |
static int |
LONG |
static int |
MEMBER |
static int |
METHODNAME |
static int |
NAME |
static int |
STRING |
static int |
STRUCT |
static IntHashtable |
tag2code |
static int |
VALUE |
Constructor and Description |
---|
XmlRpcValue() |
Modifier and Type | Method and Description |
---|---|
void |
characterData(java.lang.String cdata)
Set the character data for the element and
interprets it according to the element type
|
void |
endElement(XmlRpcValue child)
Notification that a new child element has been parsed.
|
java.lang.Object |
getValue()
Gets the corresponding object of this XmlRpcValue
|
int |
hashCode() |
void |
setType(int type)
Set the type of this value.
|
java.lang.String |
toString() |
public static final int STRING
public static final int INTEGER
public static final int BOOLEAN
public static final int DOUBLE
public static final int DATE
public static final int BASE64
public static final int STRUCT
public static final int ARRAY
public static final int LONG
public static final int VALUE
public static final int MEMBER
public static final int FAULT
public static final int METHODNAME
public static final int NAME
public static final int I4
public static IntHashtable tag2code
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.Object getValue()
public void endElement(XmlRpcValue child)
child
- The child that was parsedpublic void setType(int type)
type
- One of this class' public fieldspublic void characterData(java.lang.String cdata)
cdata
- The character data to set and interpret