Class NodeSet<N>

java.lang.Object
eu.bandm.tools.tpath.runtime.Value<N>
eu.bandm.tools.tpath.runtime.NodeSet<N>
All Implemented Interfaces:
Iterable<N>

public class NodeSet<N> extends Value<N> implements Iterable<N>
Needs a DocumentClient, currently only for DocumentClient.stringValue(Object). It is public accessible by getDocumentClient(). This fact is supported by factory methods which take a Context and extract it. (There is a dual factory method Context.newSet(Object...).)