GNU Classpath (0.95) | |
Frames | No Frames |
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 . |
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.
|
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 | Returns a NodeList of all the Elements with a
given local name and namespace URI in document order.
|
NodeList | Returns a NodeList of all the descendant
Elements with a given local name and namespace URI in
document order.
|
GNU Classpath (0.95) |