XmlNode.HasAttributes Method
| Explanation | Check for the presence of the Attr node. | |
| Call format | var ret = node.HasAttributes( ) | |
| Return value | $TRUE if the node has an Attr node , $FALSE if it doesn't | |
| Arguments | None | |
| Exception | None | |
| Example of use | | |
| Related item | Attributes property | |