Package org.apache.commons.jxpath
Interface NodeSet
-
- All Known Implementing Classes:
BasicNodeSet,BasicTypeConverter.ValueNodeSet
public interface NodeSetNodeSet 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 618149 2008-02-04 02:04:13Z mbenson $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ListgetNodes()Returns a list of nodes.java.util.ListgetPointers()Returns a list of pointers for all nodes in the set.java.util.ListgetValues()Returns a list of values of all contained pointers.
-