Node.HasChildNodes
Node.HasChildNodes method
Returns whether this node has any children.
public bool HasChildNodes()
Return Value
true
if has child nodes otherwise, false
.
See Also
- class Node
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG
Returns whether this node has any children.
public bool HasChildNodes()
true
if has child nodes otherwise, false
.