관리-도구
편집 파일: cdesc-NotationDecl.yaml
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: new - !ruby/object:RI::MethodSummary name: parse_source comment: constants: - !ruby/object:RI::Constant comment: name: START value: "\"<!NOTATION\"" - !ruby/object:RI::Constant comment: name: START_RE value: /^\s*#{START}/um - !ruby/object:RI::Constant comment: name: PUBLIC value: /^\s*#{START}\s+(\w[\w-]*)\s+(PUBLIC)\s+((["']).*?\4)\s*>/um - !ruby/object:RI::Constant comment: name: SYSTEM value: /^\s*#{START}\s+(\w[\w-]*)\s+(SYSTEM)\s+((["']).*?\4)\s*>/um full_name: REXML::DTD::NotationDecl includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: to_s - !ruby/object:RI::MethodSummary name: write name: NotationDecl superclass: Child