XMLTools
IsEntity
general XML entity reference constructor
Calling Sequence
Parameters
Description
Examples
IsEntity(expr)
expr
-
Maple expression
The IsEntity(expr) command returns true if the expression expr is an XML entity reference data structure; otherwise, it returns false.
with⁡XMLTools:
IsEntity⁡XMLEntity⁡foo
true
IsEntity⁡XMLEntity⁡#A06BF
IsEntity⁡XMLElement⁡a,,some content
false
See Also
XMLTools[XMLEntity]
Download Help Document