Class
Class Methods
::
lib/rexml/doctype.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rexml/doctype.rb, line 229
def initialize( src )
super()
@entity = src
end
No documentation available
Instance Methods
#
lib/rexml/doctype.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rexml/doctype.rb, line 233
def to_s
@entity
end
No documentation available
lib/rexml/doctype.rb
View on GitHub
# File tmp/rubies/ruby-2.3.8/lib/rexml/doctype.rb, line 236
def write( output, indent )
output << @entity
end
No documentation available