class Lutaml::Xml::DataModel::XmlRawFragment

MathML) without parsing, wrapping, or escaping.
Used by raw_element mappings to embed complete XML elements (e.g., SVG,
Represents a raw XML fragment that should be serialized as-is.

def initialize(content)

def initialize(content)
  @content = content.to_s
end

def to_s

def to_s
  @content
end