XSD::NSDBase
# File lib/soap/baseData.rb, line 203 203: def initialize 204: super() 205: @type = XSD::QName::EMPTY 206: end
# File lib/soap/baseData.rb, line 208 208: def referred 209: rootnode.external_content[external_contentid] = self 210: end
# File lib/soap/baseData.rb, line 212 212: def refidstr 213: 'cid:' + external_contentid 214: end
# File lib/soap/baseData.rb, line 218 218: def external_contentid 219: raise NotImplementedError.new 220: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.