XMLTools
IsElement
determine if an expression is an XML element
Calling Sequence
Parameters
Description
Examples
IsElement(expr)
expr
-
anything; expression to test
The IsElement(expr) command tests whether a Maple expression expr is an XML tree data structure that represents an XML element. This is an XML tree that is not a CDATA structure, comment or processing instruction. If expr is an XML element, the value true is returned. Otherwise, false is returned.
with⁡XMLTools:
IsElement⁡XMLElement⁡a,b=c,d,e
true
See Also
Download Help Document