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