document-element-setter
Sets the root element of an
<xml-document>
.
Exported from
Module simple-xml
Modifiers
sealed
Arguments
element
An instance of
<xml-element>
or #f.
document
An instance of
<xml-document>
.
Values
element
The
element
argument.
A class representing an XML document.
The simple-xml module provides basic XML parsing and navigation.
A class representing an XML element.