Close
Close window
IsTree - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

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.

Examples

>

withXMLTools:

>

IsTreeXMLElementa,b=c,d,XMLElementfoo,colour=red,bar

true

(1)


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /