play.libs
Class XPath

java.lang.Object
  extended by play.libs.XPath

public class XPath
extends Object

XPath for parsing


Constructor Summary
XPath()
           
 
Method Summary
static Node selectNode(String path, Object node)
           
static List<Node> selectNodes(String path, Object node)
           
static String selectText(String path, Object node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPath

public XPath()
Method Detail

selectNodes

public static List<Node> selectNodes(String path,
                                     Object node)

selectNode

public static Node selectNode(String path,
                              Object node)

selectText

public static String selectText(String path,
                                Object node)


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly