getNamedItem
Description
Get an item from the collection.
Syntax
XopusNameList.getNamedItem (name : String) : XopusNode
Arguments
- name
String. The name of the requested node.
Return Value
XopusNode. The node with the given name.
Get an item from the collection.
XopusNameList.getNamedItem (name : String) : XopusNode
String. The name of the requested node.
XopusNode. The node with the given name.
Loading...