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, andgetElementsbyTagNameNSmethods of amatlab.io.xml.dom.DocumentobjectThe
getChildNodes,getElementsbyTagName, andgetElementsbyTagNameNSmethods of amatlab.io.xml.dom.ElementobjectThe
getChildNodesmethod of amatlab.io.xml.dom.DocumentFragmentobject
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