Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the array of all the XML nodes for a given field of a data source under a service.
Syntax
private Array findDataFieldNodes(
XmlDocument _xmlDocument,
str _serviceName,
str _dataSource,
str _field,
[str _fieldNamespace])
Run On
Called
Parameters
- _xmlDocument
Type: XmlDocument Class
The XML document.
- _serviceName
Type: str
The service name.
- _dataSource
Type: str
The data source name.
- _field
Type: str
The field name.
- _fieldNamespace
Type: str
Return Value
Type: Array Class
An Array of XmlNode objects.