GetNodeList()

Top  Previous  Next

Object: EHL7.QSXML

FileName: EHL7.dll

 

METHOD

 

Name: GetNodeList()

Parameters:

1.strNodeName (String) a node name to search for.

 

Returns: Object (See below) or nothing

Description: Included for convenience.

 

*XML Note: This method is included as a convenience for advanced XML programming and is the functional equivalent of the MS XML code: XMLDocument.getElementsByTagName(strNodeName)

 

 

See Also: GetNodeChildren(), GetRootChildren()