Class: WSDL::XMLSchema::Annotation

Inherits:
Info show all
Defined in:
lib/wsdl/xmlSchema/annotation.rb

Instance Attribute Summary

Attributes inherited from Info

#id, #parent, #root

Instance Method Summary collapse

Methods inherited from Info

#inspect, #parse_epilogue

Constructor Details

#initializeAnnotation

Returns a new instance of Annotation.



18
19
20
# File 'lib/wsdl/xmlSchema/annotation.rb', line 18

def initialize
  super
end

Instance Method Details

#parse_attr(attr, value) ⇒ Object



27
28
29
30
# File 'lib/wsdl/xmlSchema/annotation.rb', line 27

def parse_attr(attr, value)
  # Accepts any attribute.
  true
end

#parse_element(element) ⇒ Object



22
23
24
25
# File 'lib/wsdl/xmlSchema/annotation.rb', line 22

def parse_element(element)
  # Accepts any element.
  self
end