관리-도구
편집 파일: cdesc-Child.yaml
--- !ruby/object:RI::ClassDescription attributes: - !ruby/object:RI::Attribute comment: name: parent rw: R class_methods: - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: A Child object is something contained by a parent, and this class contains methods to support that. Most user code will not use this class directly. constants: [] full_name: REXML::Child includes: - !ruby/object:RI::IncludedModule name: Node instance_methods: - !ruby/object:RI::MethodSummary name: bytes - !ruby/object:RI::MethodSummary name: document - !ruby/object:RI::MethodSummary name: next_sibling= - !ruby/object:RI::MethodSummary name: parent= - !ruby/object:RI::MethodSummary name: previous_sibling= - !ruby/object:RI::MethodSummary name: remove - !ruby/object:RI::MethodSummary name: replace_with name: Child superclass: Object