class REXML::ExternalEntity
公共类方法
new( src ) 点击切换源代码
调用父类方法
REXML::Child::new
# File rexml-3.4.0/lib/rexml/doctype.rb, line 268 def initialize( src ) super() @entity = src end
公共实例方法
to_s() 点击切换源代码
# File rexml-3.4.0/lib/rexml/doctype.rb, line 272 def to_s @entity end
write( output, indent ) 点击切换源代码
# File rexml-3.4.0/lib/rexml/doctype.rb, line 275 def write( output, indent ) output << @entity end