XMLTools[IsTree] - determine if an expression is an XML tree data structure
|
Calling Sequence
|
|
IsTree(expr)
|
|
Parameters
|
|
expr
|
-
|
anything; expression to test
|
|
|
|
|
Description
|
|
•
|
The IsTree(expr) command tests whether a Maple expression expr is an XML tree data structure. If expr is an XML tree data structure, the value true is returned. Otherwise, false is returned.
|
|
Note: A full recursive traversal of the input is performed, so this is an extremely expensive test.
|
|
|
Download Help Document
Was this information helpful?