Parent

Files

Class Index [+]

Quicksearch

WSDL::XMLSchema::AnyAttribute

Attributes

namespace[RW]
processcontents[RW]

Public Class Methods

new() click to toggle source
    # File lib/wsdl/xmlSchema/anyAttribute.rb, line 20
20:   def initialize
21:     super()
22:     @namespace = '##any'
23:     @processcontents = 'strict'
24:   end

Public Instance Methods

parse_attr(attr, value) click to toggle source
    # File lib/wsdl/xmlSchema/anyAttribute.rb, line 34
34:   def parse_attr(attr, value)
35:     case attr
36:     when NamespaceAttrName
37:       @namespace = value.source
38:     when ProcessContentsAttrName
39:       @processcontents = value.source
40:     else
41:       nil
42:     end
43:   end
parse_element(element) click to toggle source
    # File lib/wsdl/xmlSchema/anyAttribute.rb, line 30
30:   def parse_element(element)
31:     nil
32:   end
targetnamespace() click to toggle source
    # File lib/wsdl/xmlSchema/anyAttribute.rb, line 26
26:   def targetnamespace
27:     parent.targetnamespace
28:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.