org.apache.xmlrpc
Class XmlRpc.Value
java.lang.Object
|
+--org.apache.xmlrpc.XmlRpc.Value
- Enclosing class:
- XmlRpc
- class XmlRpc.Value
- extends java.lang.Object
This represents an XML-RPC Value while the request is being parsed.
Field Summary |
(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
|
Method Summary |
void |
characterData(java.lang.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()
|
void |
setType(int type)
Set the type of this value. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait |
type
int type
value
java.lang.Object value
nextMemberName
java.lang.String nextMemberName
struct
java.util.Hashtable struct
array
java.util.Vector array
XmlRpc.Value
public XmlRpc.Value()
- Constructor.
endElement
public void endElement(XmlRpc.Value child)
- Notification that a new child element has been parsed.
setType
public void setType(int type)
- Set the type of this value. If it's a container, create the corresponding java container.
characterData
public void characterData(java.lang.String cdata)
- Set the character data for the element and interpret it according to the
element type
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.