Class: REXML::ExternalEntity
Instance Attribute Summary
Attributes inherited from Child
Instance Method Summary (collapse)
-
- (ExternalEntity) initialize(src)
constructor
A new instance of ExternalEntity.
- - (Object) to_s
- - (Object) write(output, indent)
Methods inherited from Child
#bytes, #document, #next_sibling=, #previous_sibling=, #remove, #replace_with
Methods included from Node
#each_recursive, #find_first_recursive, #indent, #index_in_parent, #next_sibling_node, #parent?, #previous_sibling_node
Constructor Details
- (ExternalEntity) initialize(src)
A new instance of ExternalEntity
229 230 231 232 |
# File 'lib/rexml/doctype.rb', line 229 def initialize( src ) super() @entity = src end |