getElementsByTagNameNS

Retrieve a list of child elements by the name and the namespace URI given.


XopusDocument.getElementsByTagNameNS( namespaceURI : String,  localName : String) : XopusNodeList

Arguments

namespaceURI
String. a namespace URI.
localName
String. Name of the element, without prefix

Return Value

XopusNodeList

History

version event
Xopus 3.2.8 Introduction.