Package: matlab.io.xml.dom
List of document nodes
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, and
getElementsbyTagNameNS methods of a matlab.io.xml.dom.Document object
The getChildNodes, getElementsbyTagName, and
getElementsbyTagNameNS methods of a matlab.io.xml.dom.Element object
The getChildNodes method of a matlab.io.xml.dom.DocumentFragment object
The matlab.io.xml.dom.NodeList class is a handle class.
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.