Liferay 7.0-ce-m3

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

Packages that use XPath
com.liferay.portal.kernel.xml   
com.liferay.portal.xml   
com.liferay.portlet.dynamicdatamapping.util   
 

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)
           
 

Uses of XPath in com.liferay.portlet.dynamicdatamapping.util
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type XPath
static Fields DDMXMLUtil.getFields(DDMStructure structure, XPath xPath, String xml, List<String> fieldNames)
           
 Fields DDMXML.getFields(DDMStructure structure, XPath xPath, String xml, List<String> fieldNames)
           
 Fields DDMXMLImpl.getFields(DDMStructure structure, XPath xPath, String xml, List<String> fieldNames)
           
 


Liferay 7.0-ce-m3