Skip to content

ElementNodes - cXMLDOMNode

Returns a collection of just the elements

Type: Function
Return Data Type: Handle

Parameters

Parameter Type Description
sQueryString String The query search string

Syntax

Function ElementNodes String sQueryString Returns Handle

Call Example

Get ElementNodes sQueryString to HandleVariable

Description

ElementNodes returns a collection of just the elements that meet the search requirements of the passed queried string. Returns a handle to a cXmlDomNodeList object containing elements.

Get ElementNodes of hoRoot "Customer" to hoAllCustomersNode

Return Value

Returns a handle to a cXmlDomNodeList object containing elements. Returns zero if object cannot be created