XMLTools[HasChild] - test whether an expression is a child of an XML element
|
Calling Sequence
|
|
HasChild(xmlTree, child)
|
|
Parameters
|
|
xmlTree
|
-
|
Maple XML tree; XML element
|
child
|
-
|
XML element or text object; child element
|
|
|
|
|
Description
|
|
•
|
The HasChild(xmlTree, child) command returns the value true if the expression child is an immediate child of the XML element xmlTree. Otherwise, false is returned.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
<a>
first
<b>
text
<c/>
more text
</b>
third
</a>
| |
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?