|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
List |
getNodes()
Returns a list of nodes. |
List |
getPointers()
Returns a list of pointers for all nodes in the set. |
List |
getValues()
Returns a list of values of all contained pointers. |
Method Detail |
---|
List getNodes()
List getPointers()
List getValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |