class WSDL::XMLSchema::Annotation

Public Class Methods

new() click to toggle source
Calls superclass method WSDL::Info::new
# File lib/wsdl/xmlSchema/annotation.rb, line 18
def initialize
  super
end

Public Instance Methods

parse_attr(attr, value) click to toggle source
# File lib/wsdl/xmlSchema/annotation.rb, line 27
def parse_attr(attr, value)
  # Accepts any attribute.
  true
end
parse_element(element) click to toggle source
# File lib/wsdl/xmlSchema/annotation.rb, line 22
def parse_element(element)
  # Accepts any element.
  self
end