declared-elements

operator

Return type:
element-declaration
Returns:
All elements declared by the DTD.
Syntax
declared-elements of DTD
    


Purpose

The operator declared-elements of returns a shelf of type element-declaration, whose items correspond to all the elements declared by the argument DTD.

The result shelf is keyed by element name.

Related Syntax