method

to_s

v1_9_1_378 - Show latest stable - Class: REXML::NotationDecl
to_s()
public

No documentation available.

# File lib/rexml/doctype.rb, line 251
    def to_s
      "<!NOTATION #@name #@middle#{
        @public ? ' ' + public.inspect : '' 
      }#{
        @system ? ' ' +@system.inspect : ''
      }>"
    end