Parent

Methods

Files

Class Index [+]

Quicksearch

SOAP::Parser::ParseFrame

Attributes

node[R]
name[R]
ns[R]
encodingstyle[R]
handler[R]

Public Class Methods

new(ns, name, node, encodingstyle, handler) click to toggle source
    # File lib/soap/parser.rb, line 51
51:     def initialize(ns, name, node, encodingstyle, handler)
52:       @ns = ns
53:       @name = name
54:       @node = NodeContainer.new(node)
55:       @encodingstyle = encodingstyle
56:       @handler = handler
57:     end

Public Instance Methods

update(ns, name, node, encodingstyle, handler) click to toggle source

to avoid memory consumption

    # File lib/soap/parser.rb, line 60
60:     def update(ns, name, node, encodingstyle, handler)
61:       @ns = ns
62:       @name = name
63:       @node.replace_node(node)
64:       @encodingstyle = encodingstyle
65:       @handler = handler
66:       self
67:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.