Main Content
matlab.io.xml.dom.NodeList Class
Namespace: matlab.io.xml.dom
Description
An object of the matlab.io.xml.dom.NodeList
class contains a list of
document nodes.
These methods return a NodeList
object:
The
getChildNodes
,getElementsbyTagName
, andgetElementsbyTagNameNS
methods of amatlab.io.xml.dom.Document
objectThe
getChildNodes
,getElementsbyTagName
, andgetElementsbyTagNameNS
methods of amatlab.io.xml.dom.Element
objectThe
getChildNodes
method of amatlab.io.xml.dom.DocumentFragment
object
The matlab.io.xml.dom.NodeList
class is a handle
class.
Class Attributes
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Properties
Methods
Examples
Version History
Introduced in R2021a