관리-도구
편집 파일: cdesc-ElementDecl.yaml
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: new comment: constants: - !ruby/object:RI::Constant comment: name: START value: "\"<!ELEMENT\"" - !ruby/object:RI::Constant comment: name: START_RE value: /^\s*#{START}/um - !ruby/object:RI::Constant comment: name: PATTERN_RE value: /^\s*(#{START}.*?)>/um - !ruby/object:RI::Constant comment: name: PATTERN_RE value: /^\s*#{START}\s+((?:[:\w_][-\.\w_]*:)?[-!\*\.\w_]*)(.*?)>/ full_name: REXML::DTD::ElementDecl includes: [] instance_methods: [] name: ElementDecl superclass: Child