ElementNodes - cXMLDOMDocumentFragment

Returns a collection of just the elements

Type: Function

Return Data Type: Handle

Parameters: String sQueryString

ParameterDescription
sQueryStringThe query search string


Return Value

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


Syntax
Function ElementNodes String sQueryString Returns Handle

Call: 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