getElementsByTagName
Retrieve a list of child elements by the name given.
- Documentation
- › API
- › DOM API
- › getElementsByTagName
XopusDocument.getElementsByTagName( name : String) : XopusNodeList
: String) : XopusNodeListArguments
- name
- String. Name of the elemnts
Return Value
History
| version | event |
|---|---|
| Xopus 3.2.8 | Introduction. |