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