Uses of Interface
com.liferay.portal.kernel.xml.XPath
Packages that use XPath
-
Uses of XPath in com.liferay.portal.kernel.xml
Methods in com.liferay.portal.kernel.xml that return XPathModifier and TypeMethodDescriptionSAXReader.createXPath
(String xPathExpression) SAXReader.createXPath
(String xPathExpression, String prefix, String namespace) SAXReader.createXPath
(String xPathExpression, Map<String, String> namespaceContextMap) static XPath
SAXReaderUtil.createXPath
(String xPathExpression) static XPath
SAXReaderUtil.createXPath
(String xPathExpression, String prefix, String namespace) static XPath
SAXReaderUtil.createXPath
(String xPathExpression, Map<String, String> namespaceContextMap) Methods in com.liferay.portal.kernel.xml with parameters of type XPathModifier and TypeMethodDescriptionXPath.selectNodes
(Object context, XPath sortXPath) XPath.selectNodes
(Object context, XPath sortXPath, boolean distinct)