public final class DomUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Element> |
getElementsByTagNameCaseInsensitive(Document doc,
Set<String> lowerCaseNames) |
static Node |
getFirstNamedChildNode(Node root,
String nodeName) |
static Node |
getLastNamedChildNode(Node root,
String nodeName) |
public static Node getFirstNamedChildNode(Node root, String nodeName)
public static Node getLastNamedChildNode(Node root, String nodeName)
Copyright © 2007-2012. All Rights Reserved.