public class ParseUtil
extends java.lang.Object
| Constructor and Description |
|---|
ParseUtil() |
| Modifier and Type | Method and Description |
|---|---|
static org.w3c.dom.Node |
seekNodeNamed(org.w3c.dom.Node node,
int type,
java.lang.String name)
Walks through the nodes looking for a node of a specific name and type.
|
public static org.w3c.dom.Node seekNodeNamed(org.w3c.dom.Node node,
int type,
java.lang.String name)
node - the Node to begin the search from.type - the type to search forname - the name to search for