Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more
REXML::Child
# File rexml/doctype.rb, line 243 def initialize name, middle, pub, sys super(nil) @name = name @middle = middle @public = pub @system = sys end
This method retrieves the name of the notation.
Method contributed by Henrik Martensson
# File rexml/doctype.rb, line 266 def name @name end
# File rexml/doctype.rb, line 251 def to_s "<!NOTATION #@name #@middle#{ @public ? ' ' + public.inspect : '' }#{ @system ? ' ' +@system.inspect : '' }>" end
# File rexml/doctype.rb, line 259 def write( output, indent=-1 ) output << to_s end
This page was generated for Ruby 1.9.2
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.