<xml-document>
A class representing an XML document.
Exported from
Module simple-xml
Modifiers
concrete free sealed
Make keywords
location:
An instance of
<file-locator>
. Required.
element:
An instance of
<xml-element>
. The document element. Optional.
Superclasses
<object>
Functions on <xml-document>
document-element
document-element-setter
document-location
document-location-setter
Functions returning <xml-document>
read-xml-document
The simple-xml module provides basic XML parsing and navigation.
A class.
A class representing an XML element.
The class of all Dylan objects.
Returns the root element of an <xml-document>.
Sets the root element of an <xml-document>.
Returns the file location of an <xml-document>.
Sets the file location of an <xml-document>.
Reads a simple XML file and returns an <xml-document>.