<xml-element>

A class representing an XML element.

Exported from

Modifiers

concrete free sealed

Make keywords

name:An instance of <string>.  Required.
attributes:An instance of <string-table>.  Optional.
text:An instance of <string>.  Defaults to “”.

Superclasses

Functions on <xml-element>

Functions returning <xml-element>

The simple-xml module provides basic XML parsing and navigation.
The class of sequences with elements that are characters.
A <table> class keyed by strings.
A class representing an XML node.
Sets the root element of an <xml-document>.
Returns the value of an attribute of an <xml-element>.
Sets the value of an attribute of an <xml-element>.
Returns all the attributes of an <xml-element> in a table.
Returns the child elements of an <xml-element>.
Returns the tag name of an <xml-element>.
Returns the character data of an <xml-element>.
Sets the character data of an <xml-element>.
Returns the character data of the first XML element matching a path.
Returns nodes matching a path.
Returns the first XML element matching a path.
Returns the root element of an <xml-document>.