관리-도구
편집 파일: cdesc-SOAPGenerator.yaml
--- !ruby/object:RI::ClassDescription attributes: - !ruby/object:RI::Attribute comment: name: charset rw: RW - !ruby/object:RI::Attribute comment: name: default_encodingstyle rw: RW - !ruby/object:RI::Attribute comment: name: generate_explicit_type rw: RW - !ruby/object:RI::Attribute comment: name: use_numeric_character_reference rw: RW class_methods: - !ruby/object:RI::MethodSummary name: assign_ns - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: "CAUTION: MT-unsafe" constants: - !ruby/object:RI::Constant comment: name: EncodeMap value: "{ '&' => '&', '<' => '<', '>' => '>', '\"' => '"', '\\'' => ''', \"\\r\" => '
'" - !ruby/object:RI::Constant comment: name: EncodeCharRegexp value: Regexp.new("[#{EncodeMap.keys.join}]") full_name: SOAP::SOAPGenerator includes: - !ruby/object:RI::IncludedModule name: SOAP instance_methods: - !ruby/object:RI::MethodSummary name: add_reftarget - !ruby/object:RI::MethodSummary name: element_local? - !ruby/object:RI::MethodSummary name: element_qualified? - !ruby/object:RI::MethodSummary name: encode_child - !ruby/object:RI::MethodSummary name: encode_data - !ruby/object:RI::MethodSummary name: encode_element - !ruby/object:RI::MethodSummary name: encode_name - !ruby/object:RI::MethodSummary name: encode_name_end - !ruby/object:RI::MethodSummary name: encode_rawstring - !ruby/object:RI::MethodSummary name: encode_string - !ruby/object:RI::MethodSummary name: encode_tag - !ruby/object:RI::MethodSummary name: encode_tag_end - !ruby/object:RI::MethodSummary name: epilogue - !ruby/object:RI::MethodSummary name: find_handler - !ruby/object:RI::MethodSummary name: generate - !ruby/object:RI::MethodSummary name: prologue - !ruby/object:RI::MethodSummary name: xmldecl name: SOAPGenerator superclass: Object