Liferay 6.0-ee

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

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

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

Methods in com.liferay.portal.kernel.xml that return XPath
static XPath SAXReaderUtil.createXPath(String xpathExpression)
           
 XPath SAXReader.createXPath(String xpathExpression)
           
 

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)
           
 

Uses of XPath in com.liferay.portal.xml
 

Classes in com.liferay.portal.xml that implement XPath
 class XPathImpl
           
 

Methods in com.liferay.portal.xml that return XPath
 XPath SAXReaderImpl.createXPath(String xpathExpression)
           
 

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


Liferay 6.0-ee