class XmlRpcSupport.Value
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Vector |
array |
(package private) java.lang.String |
nextMemberName |
(package private) java.util.Hashtable |
struct |
(package private) int |
type |
(package private) java.lang.Object |
value |
Constructor and Description |
---|
XmlRpcSupport.Value()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
characterData(java.lang.String cdata)
Set the character data for the element and interpret it according to
the element type
|
void |
endElement(XmlRpcSupport.Value child)
Notification that a new child element has been parsed.
|
int |
hashCode()
This is a performance hack to get the type of a value without casting
the Object.
|
void |
setType(int type)
Set the type of this value.
|
java.lang.String |
toString() |
int type
java.lang.Object value
java.lang.String nextMemberName
java.util.Hashtable struct
java.util.Vector array
public void endElement(XmlRpcSupport.Value child)
public void setType(int type)
public void characterData(java.lang.String cdata)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 1999-2002 Apache Software Foundation. All Rights Reserved.