XMLTools
EntityName
return the name of an XML entity
Calling Sequence
Parameters
Description
Examples
EntityName( entref )
entref
-
Maple XML tree; XML entity data structure
The EntityName(entref) command returns the name of the entity data structure entref presented to it as argument.
with⁡XMLTools:
entref≔XMLEntity⁡lt:
Print⁡entref
<
EntityName⁡entref
lt
See Also
XMLTools[XMLEntity]
Download Help Document