Class REXML::ExternalEntity
In:
Parent: Child

Methods

new   to_s   write  

Public Class methods

[Source]

184:                 def initialize( src )
185:                         super()
186:                         @entity = src
187:                 end

Public Instance methods

[Source]

188:                 def to_s
189:                         @entity
190:                 end

[Source]

191:                 def write( output, indent )
192:                         output << @entity
193:                         output << "\n"
194:                 end

Search

Google

Ruby API Docs

Links