Uses of Interface org.w3c.dom.NodeList

Uses in package org.w3c.dom.html2

Methods with return type org.w3c.dom.NodeList

NodeList
With [HTML 4.01] documents, this method returns the (possibly empty) collection of elements whose name value is given by elementName.

Uses in package javax.imageio.metadata

Classes implementing org.w3c.dom.NodeList

class

Methods with return type org.w3c.dom.NodeList

NodeList
NodeList
Returns a NodeList of all descendant Elements with a given tag name, in document order.
NodeList
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in document order.

Uses in package org.w3c.dom

Methods with return type org.w3c.dom.NodeList

NodeList
A NodeList that contains all children of this node.
NodeList
Returns a NodeList of all the Elements in document order with a given tag name and are contained in the document.
NodeList
Returns a NodeList of all descendant Elements with a given tag name, in document order.
NodeList
Document.getElementsByTagNameNS(String namespaceURI, String localName)
Returns a NodeList of all the Elements with a given local name and namespace URI in document order.
NodeList
Element.getElementsByTagNameNS(String namespaceURI, String localName)
Returns a NodeList of all the descendant Elements with a given local name and namespace URI in document order.