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

Online Help

All Products    Maple    MapleSim


XMLTools

  

IsAttribute

  

recognize an XML attribute data structure

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsAttribute(expr)

Parameters

expr

-

Maple expression

Description

• 

The IsAttribute(expr) command checks that its argument is an XML attribute data structure.

Examples

withXMLTools:

IsAttributeXMLAttributefoo,bar

true

(1)

IsAttributeXMLEntityoplus

false

(2)

IsAttributeXMLElementcn,,2.3

false

(3)

See Also

XMLTools

XMLTools[XMLAttribute]