Parent

Files

Class Index [+]

Quicksearch

WSDL::Types

Attributes

schemas[R]

Public Class Methods

new() click to toggle source
    # File lib/wsdl/types.rb, line 18
18:   def initialize
19:     super
20:     @schemas = []
21:   end

Public Instance Methods

parse_attr(attr, value) click to toggle source
    # File lib/wsdl/types.rb, line 38
38:   def parse_attr(attr, value)
39:     nil
40:   end
parse_element(element) click to toggle source
    # File lib/wsdl/types.rb, line 23
23:   def parse_element(element)
24:     case element
25:     when SchemaName
26:       o = XMLSchema::Schema.new
27:       o.location = parent.location
28:       @schemas << o
29:       o
30:     when DocumentationName
31:       o = Documentation.new
32:       o
33:     else
34:       nil
35:     end
36:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.