org.apache.xmlrpc
Class XmlRpc.Value
class
XmlRpc.Value
extends Object
This represents a XML-RPC value parsed from the request.
Method Summary |
void | characterData(String cdata)
Set the character data for the element and interpret it
according to the element type. |
void | endElement(XmlRpc.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. |
String | toString()
|
Vector array
String nextMemberName
Hashtable struct
int type
Object value
public Value()
Constructor.
public void characterData(String cdata)
Set the character data for the element and interpret it
according to the element type.
Notification that a new child element has been parsed.
public int hashCode()
This is a performance hack to get the type of a value
without casting the Object. It breaks the contract of
method hashCode, but it doesn't matter since Value objects
are never used as keys in Hashtables.
public void setType(int type)
Set the type of this value. If it's a container, create the
corresponding java container.
public String toString()
Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.