Class SOAP::SOAPElement
In: lib/soap/baseData.rb
Parent: Object

SOAPElement is not typed so it is not derived from NSDBase.

Methods

[]   []=   add   decode   each   from_obj   from_objs   have_member   inspect   key?   members   new   parse_name   set   to_obj   to_qname  

Included Modules

Enumerable SOAPCompoundtype SOAPNameAccessible

External Aliases

text -> data

Attributes

text  [RW]  Text interface.
type  [RW] 

Public Class methods

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.

Public Instance methods

Element interfaces.

[Validate]