DOM Search « XML « Java






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