getElementsByTagNameNS
Retrieve a list of child elements by the name and the namespace URI given.
- Documentation
- › API
- › DOM API
- › getElementsByTagNameNS
XopusDocument.getElementsByTagNameNS( namespaceURI : String, localName : String) : XopusNodeList
: String, localName : String) : XopusNodeListArguments
- namespaceURI
- String. a namespace URI.
- localName
- String. Name of the element, without prefix
Return Value
History
| version | event |
|---|---|
| Xopus 3.2.8 | Introduction. |