method
decode_tag_end
ruby latest stable - Class:
SOAP::EncodingStyle::ASPDotNetHandler
decode_tag_end(ns, node)public
No documentation available.
# File lib/soap/encodingstyle/aspDotNetHandler.rb, line 122
def decode_tag_end(ns, node)
o = node.node
if o.is_a?(SOAPUnknown)
newnode = o.as_string
# if /\A\s*\z/ =~ @textbuf
# o.as_struct
# else
# o.as_string
# end
node.replace_node(newnode)
o = node.node
end
decode_textbuf(o)
@textbuf = ''
end