Parent

Files

Class Index [+]

Quicksearch

WSDL::XMLSchema::Import

Attributes

namespace[R]

Public Class Methods

new() click to toggle source
    # File lib/wsdl/xmlSchema/import.rb, line 21
21:   def initialize
22:     super
23:     @namespace = nil
24:     @handler = ImportHandler.new
25:   end

Public Instance Methods

content() click to toggle source
    # File lib/wsdl/xmlSchema/import.rb, line 31
31:   def content
32:     @handler.content
33:   end
parse_attr(attr, value) click to toggle source
    # File lib/wsdl/xmlSchema/import.rb, line 39
39:   def parse_attr(attr, value)
40:     case attr
41:     when NamespaceAttrName
42:       @namespace = value.source
43:     when SchemaLocationAttrName
44:       @handler.parse_schemalocation(value.source, root, parent)
45:     else
46:       nil
47:     end
48:   end
parse_element(element) click to toggle source
    # File lib/wsdl/xmlSchema/import.rb, line 35
35:   def parse_element(element)
36:     nil
37:   end
schemalocation() click to toggle source
    # File lib/wsdl/xmlSchema/import.rb, line 27
27:   def schemalocation
28:     @handler.schemalocation
29:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.