Parent

Files

Class Index [+]

Quicksearch

WSDL::XMLSchema::Include

Public Class Methods

new() click to toggle source
    # File lib/wsdl/xmlSchema/include.rb, line 19
19:   def initialize
20:     super
21:     @handler = ImportHandler.new
22:   end

Public Instance Methods

content() click to toggle source
    # File lib/wsdl/xmlSchema/include.rb, line 28
28:   def content
29:     @handler.content
30:   end
parse_attr(attr, value) click to toggle source
    # File lib/wsdl/xmlSchema/include.rb, line 36
36:   def parse_attr(attr, value)
37:     case attr
38:     when SchemaLocationAttrName
39:       @handler.parse_schemalocation(value.source, root, parent)
40:     else
41:       nil
42:     end
43:   end
parse_element(element) click to toggle source
    # File lib/wsdl/xmlSchema/include.rb, line 32
32:   def parse_element(element)
33:     nil
34:   end
schemalocation() click to toggle source
    # File lib/wsdl/xmlSchema/include.rb, line 24
24:   def schemalocation
25:     @handler.schemalocation
26:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.