|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vividsolutions.wms.util.XMLTools
public class XMLTools
Provides some simple XML utilities for the WMS implementation to use.
| Constructor Summary | |
|---|---|
XMLTools()
|
|
| Method Summary | |
|---|---|
static void |
printNode(org.w3c.dom.Node n,
java.lang.String prefix)
Recursively prints out the DOM structure underneath a Node. |
static org.w3c.dom.Node |
simpleXPath(org.w3c.dom.Node parent,
java.lang.String xpath)
A very simple XPath implementation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLTools()
| Method Detail |
|---|
public static void printNode(org.w3c.dom.Node n,
java.lang.String prefix)
n - the Node to print outprefix - the prefix to use
public static org.w3c.dom.Node simpleXPath(org.w3c.dom.Node parent,
java.lang.String xpath)
parent - the parent node to search intoxpath - the simplified XPath search string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||