<xml-document>

A class representing an XML document.

Exported from

Modifiers

concrete free sealed

Make keywords

location:An instance of <file-locator>.  Required.
element:An instance of <xml-element>.  The document element.  Optional.

Superclasses

Functions on <xml-document>

Functions returning <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>.