Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.xml
Interface XPath

All Superinterfaces:
Serializable

public interface XPath
extends Serializable


Method Summary
 boolean booleanValueOf(Object context)
           
 Object evaluate(Object context)
           
 String getText()
           
 boolean matches(Node node)
           
 Number numberValueOf(Object context)
           
 List<Node> selectNodes(Object context)
           
 List<Node> selectNodes(Object context, XPath sortXPath)
           
 List<Node> selectNodes(Object context, XPath sortXPath, boolean distinct)
           
 Node selectSingleNode(Object context)
           
 void sort(List<Node> nodes)
           
 void sort(List<Node> nodes, boolean distinct)
           
 String valueOf(Object context)
           
 

Method Detail

booleanValueOf

boolean booleanValueOf(Object context)

evaluate

Object evaluate(Object context)

getText

String getText()

matches

boolean matches(Node node)

numberValueOf

Number numberValueOf(Object context)

selectNodes

List<Node> selectNodes(Object context)

selectNodes

List<Node> selectNodes(Object context,
                       XPath sortXPath)

selectNodes

List<Node> selectNodes(Object context,
                       XPath sortXPath,
                       boolean distinct)

selectSingleNode

Node selectSingleNode(Object context)

sort

void sort(List<Node> nodes)

sort

void sort(List<Node> nodes,
          boolean distinct)

valueOf

String valueOf(Object context)

Liferay 6.1.2-ce-ga3