org.apache.commons.jxpath
Interface NodeSet
- public interface NodeSet
NodeSet interface can be used as the type of an argument of an extension
function. Alternatively, the function can declare the argument as
a Collection (or List or Set), in which case it will be given a collection
of values matching the path.
- Version:
- $Id: NodeSet.java,v 1.1 2003/02/07 00:51:40 dmitri Exp $
- Author:
- Dmitri Plotnikov
Method Summary |
java.util.List |
getNodes()
Returns a list of nodes. |
java.util.List |
getPointers()
Returns a list of pointers for all nodes in the set. |
java.util.List |
getValues()
Returns a list of values of all contained pointers. |
getNodes
public java.util.List getNodes()
- Returns a list of nodes.
getPointers
public java.util.List getPointers()
- Returns a list of pointers for all nodes in the set.
getValues
public java.util.List getValues()
- Returns a list of values of all contained pointers.
Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.