Package com.liferay.portal.xml
Class XPathImpl
Object
com.liferay.portal.xml.XPathImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.xml.XPath
,Serializable
- Author:
- Brian Wing Shun Chan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
booleanValueOf
(Object context) boolean
getText()
org.dom4j.XPath
int
hashCode()
boolean
matches
(com.liferay.portal.kernel.xml.Node node) numberValueOf
(Object context) List<com.liferay.portal.kernel.xml.Node>
selectNodes
(Object context) List<com.liferay.portal.kernel.xml.Node>
selectNodes
(Object context, com.liferay.portal.kernel.xml.XPath sortXPath) List<com.liferay.portal.kernel.xml.Node>
selectNodes
(Object context, com.liferay.portal.kernel.xml.XPath sortXPath, boolean distinct) com.liferay.portal.kernel.xml.Node
selectSingleNode
(Object context) void
void
protected Object
toNewContext
(Object context) protected Object
toOldContext
(Object context) toString()
-
Constructor Details
-
XPathImpl
-
-
Method Details
-
booleanValueOf
- Specified by:
booleanValueOf
in interfacecom.liferay.portal.kernel.xml.XPath
-
equals
-
evaluate
- Specified by:
evaluate
in interfacecom.liferay.portal.kernel.xml.XPath
-
getText
- Specified by:
getText
in interfacecom.liferay.portal.kernel.xml.XPath
-
getWrappedXPath
public org.dom4j.XPath getWrappedXPath() -
hashCode
public int hashCode() -
matches
public boolean matches(com.liferay.portal.kernel.xml.Node node) - Specified by:
matches
in interfacecom.liferay.portal.kernel.xml.XPath
-
numberValueOf
- Specified by:
numberValueOf
in interfacecom.liferay.portal.kernel.xml.XPath
-
selectNodes
- Specified by:
selectNodes
in interfacecom.liferay.portal.kernel.xml.XPath
-
selectNodes
public List<com.liferay.portal.kernel.xml.Node> selectNodes(Object context, com.liferay.portal.kernel.xml.XPath sortXPath) - Specified by:
selectNodes
in interfacecom.liferay.portal.kernel.xml.XPath
-
selectNodes
public List<com.liferay.portal.kernel.xml.Node> selectNodes(Object context, com.liferay.portal.kernel.xml.XPath sortXPath, boolean distinct) - Specified by:
selectNodes
in interfacecom.liferay.portal.kernel.xml.XPath
-
selectSingleNode
- Specified by:
selectSingleNode
in interfacecom.liferay.portal.kernel.xml.XPath
-
sort
- Specified by:
sort
in interfacecom.liferay.portal.kernel.xml.XPath
-
sort
- Specified by:
sort
in interfacecom.liferay.portal.kernel.xml.XPath
-
toString
-
valueOf
- Specified by:
valueOf
in interfacecom.liferay.portal.kernel.xml.XPath
-
toNewContext
-
toOldContext
-