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 TypeMethodDescriptionbooleanbooleanValueOf(Object context) booleangetText()org.dom4j.XPathinthashCode()booleanmatches(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.NodeselectSingleNode(Object context) voidvoidprotected ObjecttoNewContext(Object context) protected ObjecttoOldContext(Object context) toString()
-
Constructor Details
-
XPathImpl
-
-
Method Details
-
booleanValueOf
- Specified by:
booleanValueOfin interfacecom.liferay.portal.kernel.xml.XPath
-
equals
-
evaluate
- Specified by:
evaluatein interfacecom.liferay.portal.kernel.xml.XPath
-
getText
- Specified by:
getTextin 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:
matchesin interfacecom.liferay.portal.kernel.xml.XPath
-
numberValueOf
- Specified by:
numberValueOfin interfacecom.liferay.portal.kernel.xml.XPath
-
selectNodes
- Specified by:
selectNodesin 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:
selectNodesin 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:
selectNodesin interfacecom.liferay.portal.kernel.xml.XPath
-
selectSingleNode
- Specified by:
selectSingleNodein interfacecom.liferay.portal.kernel.xml.XPath
-
sort
- Specified by:
sortin interfacecom.liferay.portal.kernel.xml.XPath
-
sort
- Specified by:
sortin interfacecom.liferay.portal.kernel.xml.XPath
-
toString
-
valueOf
- Specified by:
valueOfin interfacecom.liferay.portal.kernel.xml.XPath
-
toNewContext
-
toOldContext
-