Class WSDL::XMLSchema::Annotation
In: lib/wsdl/xmlSchema/annotation.rb
Parent: Info

Methods

Public Class methods

[Source]

    # File lib/wsdl/xmlSchema/annotation.rb, line 17
17:   def initialize
18:     super
19:   end

Public Instance methods

[Source]

    # File lib/wsdl/xmlSchema/annotation.rb, line 26
26:   def parse_attr(attr, value)
27:     # Accepts any attribute.
28:     true
29:   end

[Source]

    # File lib/wsdl/xmlSchema/annotation.rb, line 21
21:   def parse_element(element)
22:     # Accepts any element.
23:     self
24:   end

[Validate]