Class: REXML::ExternalEntity (Ruby 2.3.4)

In Files

  • rexml/doctype.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

REXML::ExternalEntity

Public Class Methods

new( src )
 
               # File rexml/doctype.rb, line 229
def initialize( src )
  super()
  @entity = src
end
            

Public Instance Methods

to_s()
 
               # File rexml/doctype.rb, line 233
def to_s
  @entity
end
            
write( output, indent )
 
               # File rexml/doctype.rb, line 236
def write( output, indent )
  output << @entity
end