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.
withXMLTools:
IsAttributeXMLAttributefoo,bar
true
IsAttributeXMLEntityoplus
false
IsAttributeXMLElementcn,,2.3
See Also
XMLTools[XMLAttribute]
Download Help Document