| Class | SOAP::SOAPElement |
| In: |
lib/soap/baseData.rb
|
| Parent: | Object |
SOAPElement is not typed so it is not derived from NSDBase.
| text | -> | data |
| text | [RW] | Text interface. |
| type | [RW] |
when obj is a Hash or an Array:
when key starts with "xmlattr_":
value is added as an XML attribute with the key name however the
"xmlattr_" is dropped from the name.
when key starts with "xmlele_":
value is added as an XML element with the key name however the
"xmlele_" is dropped from the name.
if else:
value is added as an XML element with the key name.