Package com.liferay.portal.kernel.xml
Interface XPath
- All Superinterfaces:
Serializable
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanValueOf(Object context) getText()booleannumberValueOf(Object context) selectNodes(Object context) selectNodes(Object context, XPath sortXPath) selectNodes(Object context, XPath sortXPath, boolean distinct) selectSingleNode(Object context) voidvoid
-
Method Details
-
booleanValueOf
-
evaluate
-
getText
String getText() -
matches
-
numberValueOf
-
selectNodes
-
selectNodes
-
selectNodes
-
selectSingleNode
-
sort
-
sort
-
valueOf
-