|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlrpc.applet.XmlRpcSupport.Value
class XmlRpcSupport.Value
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
|
| Constructor Summary | |
|---|---|
XmlRpcSupport.Value()
Constructor. |
|
| 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(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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
int type
java.lang.Object value
java.lang.String nextMemberName
java.util.Hashtable struct
java.util.Vector array
| Constructor Detail |
|---|
public XmlRpcSupport.Value()
| Method Detail |
|---|
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.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||