Parent

Files

Class Index [+]

Quicksearch

WSDL::XMLSchema::Unique

Public Class Methods

new() click to toggle source
    # File lib/wsdl/xmlSchema/unique.rb, line 17
17:   def initialize
18:     super
19:   end

Public Instance Methods

parse_attr(attr, value) click to toggle source
    # File lib/wsdl/xmlSchema/unique.rb, line 26
26:   def parse_attr(attr, value)
27:     # Accepts any attribute.
28:     true
29:   end
parse_element(element) click to toggle source
    # File lib/wsdl/xmlSchema/unique.rb, line 21
21:   def parse_element(element)
22:     # Accepts any element.
23:     self
24:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.