|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.wingfoot.soap.SOAPElement
Base class for all SOAP message elements. This class is never instantiated.
Constructor Summary | |
protected |
SOAPElement()
Creates a new instance of SOAPElement. |
Method Summary | |
protected void |
addAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Adds an attribute |
protected void |
deserialize(java.util.Vector theAttributes)
Encapsulates attributes in XML form in a Hashtable of name-value pairs. |
protected java.lang.String |
getAttribute(java.lang.String attributeName)
Returns a (previously set) SOAPElement attribute |
protected java.util.Hashtable |
getAttributes()
Returns all the SOAPElement attributes |
protected void |
removeAttribute(java.lang.String attributeName)
Removes an attribute |
protected void |
serialize(com.wingfoot.soap.XMLWriter xmlwriter)
Converts the attributes in the Hashtable to attributes of an element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected SOAPElement()
Method Detail |
protected void addAttribute(java.lang.String attributeName, java.lang.String attributeValue)
attributeName
- Attribute nameattributeValue
- Attribute valueprotected void removeAttribute(java.lang.String attributeName)
attributeName
- the key to remove from the
Hashtable.protected java.lang.String getAttribute(java.lang.String attributeName)
protected java.util.Hashtable getAttributes()
protected void serialize(com.wingfoot.soap.XMLWriter xmlwriter)
xmlwriter
- instance of XMLWriter to
aid in writing XML.protected void deserialize(java.util.Vector theAttributes)
theAttributes
- Vector, with each element an
instance of org.kxml.Attribute.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
KXML is a XML parser by Lutris Technologies