IsEntity - Maple Help

Online Help

All Products    Maple    MapleSim


XMLTools

  

IsEntity

  

general XML entity reference constructor

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsEntity(expr)

Parameters

expr

-

Maple expression

Description

• 

The IsEntity(expr) command returns true if the expression expr is an XML entity reference data structure; otherwise, it returns false.

Examples

withXMLTools:

IsEntityXMLEntityfoo

true

(1)

IsEntityXMLEntity#A06BF

true

(2)

IsEntityXMLElementa,,some content

false

(3)

See Also

XMLTools

XMLTools[XMLEntity]