|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeList | |
org.w3c.dom | The Document Object Model (DOM) is a Recommendation of the World Wide Web Consortium, defining programming interfaces for XML (and, optionally, HTML) documents. |
Uses of NodeList in org.w3c.dom |
Methods in org.w3c.dom that return NodeList | |
NodeList |
Element.getElementsByTagName(java.lang.String name)
Returns a NodeList of all descendant elements with a
given tag name, in the order in which they would be encountered in a
preorder traversal of the Element tree. |
NodeList |
Node.getChildNodes()
Returns the value of the childNodes property. |
NodeList |
Document.getElementsByTagName(java.lang.String tagname)
Returns a NodeList of all the Element s
with a given tag name in the order in which they would be encountered
in a preorder traversal of the Document tree. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |