Liferay 6.1.2-ce-ga3

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
 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)
           
 

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)
           
 XPath SAXReaderImpl.createXPath(String xPathExpression, Map<String,String> namespaceContextMap)
           
 XPath SAXReaderImpl.createXPath(String xPathExpression, String prefix, String namespace)
           
 

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.1.2-ce-ga3