Current Path : /usr/local/share/ri/1.8/system/SOAP/SOAPGenerator/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/share/ri/1.8/system/SOAP/SOAPGenerator/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