|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.xml.DomPath
public class DomPath
Static helper class to retrieve DOM nodes/node values using a path syntax.
Constructor Summary | |
---|---|
DomPath()
|
Method Summary | |
---|---|
java.util.List<org.w3c.dom.Node> |
findNodes(org.w3c.dom.Node root,
java.lang.String path)
Main worker. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DomPath()
Method Detail |
---|
public java.util.List<org.w3c.dom.Node> findNodes(org.w3c.dom.Node root, java.lang.String path) throws java.lang.Exception
root
- path
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |