|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectproper.xml.Path
public class Path
This class represents a simplest implementation of XPath, hence only "Path" as name. ;-) These paths are supported:
| Constructor Summary | |
|---|---|
Path()
|
|
| Method Summary | |
|---|---|
java.util.Vector |
get(Element node,
java.lang.String path)
returns all the nodes that fulfilled the path criteria |
static void |
main(java.lang.String[] args)
for testing only |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Path()
| Method Detail |
|---|
public java.util.Vector get(Element node,
java.lang.String path)
node - from this node we startpath - the path criteria for the nodes
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||