EntityName - Maple Help

Online Help

All Products    Maple    MapleSim


XMLTools

  

EntityName

  

return the name of an XML entity

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

EntityName( entref )

Parameters

entref

-

Maple XML tree; XML entity data structure

Description

• 

The EntityName(entref) command returns the name of the entity data structure entref presented to it as argument.

Examples

withXMLTools:

entrefXMLEntitylt:

Printentref

<

EntityNameentref

lt

(1)

See Also

XMLTools

XMLTools[XMLEntity]