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