D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
REXML
/
DTD
/
NotationDecl
/
Filename :
cdesc-NotationDecl.yaml
back
Copy
--- !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