Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portal.kernel.xml.XPath

Packages that use XPath
com.liferay.portal.kernel.xml   
 

Uses of XPath in com.liferay.portal.kernel.xml
 

Methods in com.liferay.portal.kernel.xml that return XPath
 XPath SAXReader.createXPath(String xPathExpression)
           
static XPath SAXReaderUtil.createXPath(String xPathExpression)
           
 XPath SAXReader.createXPath(String xPathExpression, Map<String,String> namespaceContextMap)
           
static XPath SAXReaderUtil.createXPath(String xPathExpression, Map<String,String> namespaceContextMap)
           
 XPath SAXReader.createXPath(String xPathExpression, String prefix, String namespace)
           
static XPath SAXReaderUtil.createXPath(String xPathExpression, String prefix, String namespace)
           
 

Methods in com.liferay.portal.kernel.xml with parameters of type XPath
 List<Node> XPath.selectNodes(Object context, XPath sortXPath)
           
 List<Node> XPath.selectNodes(Object context, XPath sortXPath, boolean distinct)
           
 


Liferay 6.1.2-ce-ga3