IsElement - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


XMLTools

  

IsElement

  

determine if an expression is an XML element

 

Calling Sequence

Parameters

Description

Examples

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.

Examples

withXMLTools:

IsElementXMLElementa,b=c,d,e

true

(1)

See Also

XMLTools