XMLTools
IsAttribute
recognize an XML attribute data structure
Calling Sequence
Parameters
Description
Examples
IsAttribute(expr)
expr
-
Maple expression
The IsAttribute(expr) command checks that its argument is an XML attribute data structure.
with⁡XMLTools:
IsAttribute⁡XMLAttribute⁡foo,bar
true
IsAttribute⁡XMLEntity⁡oplus
false
IsAttribute⁡XMLElement⁡cn,,2.3
See Also
XMLTools[XMLAttribute]
Download Help Document