| Class | TaskJuggler::XMLBlob |
| In: |
lib/taskjuggler/XMLElement.rb
|
| Parent: | XMLElement |
This is a specialized XMLElement to represent XML blobs. The content is not interpreted and must be valid XML in the content it is added.
# File lib/taskjuggler/XMLElement.rb, line 216 def initialize(blob = '') super(nil, {}) @blob = blob end