373839404142434445
pNodeWalker.exit(this); } public List<Node> select( String pPath ) throws Exception { Path p = new Path(pPath); List<Node> res = p.select( this ); return res; }
4445464748495051
return res; } public String value( String pPath ) throws Exception { Path p = new Path(pPath); return p.value( this ); }