XMLTools[IsElement] - determine if an expression is an XML element
|
Calling Sequence
|
|
IsElement(expr)
|
|
Parameters
|
|
expr
|
-
|
anything; expression to test
|
|
|
|
|
Description
|
|
•
|
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.
|
|
|
Download Help Document
Was this information helpful?