Thanks to visit codestin.com
Credit goes to www.java2s.com
Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
DOM Search « XML « Java
Java
XML
DOM Search
1.
Finds and returns the first child element node.
2.
Finds and returns the first child node with the given name and attribute name, value pair.
3.
Finds and returns the first child node with the given name.
4.
Finds and returns the first child node with the given qualified name.
5.
Finds and returns the last child element node.
6.
Finds and returns the last child node with the given name and attribute name, value pair.
7.
Finds and returns the last child node with the given name.
8.
Finds and returns the last child node with the given qualified name.
9.
Finds and returns the next sibling element node.
10.
Finds and returns the next sibling node with the given name and attribute name, value pair.
11.
Finds and returns the next sibling node with the given name.
12.
Finds and returns the next sibling node with the given qualified name.
13.
Get parent