Type | Description | |||
Source as Variant |
An indicator of the object that specifies the source for the XML document.
The object can represent a
|
Return | Description | |||
Boolean | A boolean expression that specifies whether the XML document is loaded without errors. If an error occurs, the method retrieves a description of the error occurred. |
The Name property indicates the name of the XML node being loaded. The Value property indicates the value of the XML node being loaded. The Image property of the Node object indicates the type of the XML node being loaded. The Image property holds the type of the XML node, like listed bellow:
Use the Images method to add images to the control, so each type of element in your XML document, has a graphic representation. So, the first icon in the Images collection indicates the NODE_ELEMENT type, the second icon in the Images collection indicates the NODE_ATTRIBUTE type, and so on.