Constructor and Description |
---|
ContextSequence(NodeSet<N> set,
Function<NamespaceName,Value<N>> variables,
Function<NamespaceName,Function<N>> functions,
Function<String,String> namespaces) |
Modifier and Type | Method and Description |
---|---|
NodeSet<N> |
getNodeSet() |
Iterator<Context<N>> |
iterator() |
ContextSequence<N> |
withFunctions(Function<NamespaceName,Function<N>> functions) |
ContextSequence<N> |
withNamespaces(Function<String,String> namespaces) |
ContextSequence<N> |
withVariables(Function<NamespaceName,Value<N>> variables) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ContextSequence<N> withVariables(Function<NamespaceName,Value<N>> variables)
public ContextSequence<N> withFunctions(Function<NamespaceName,Function<N>> functions)
public ContextSequence<N> withNamespaces(Function<String,String> namespaces)
see also the complete user documentation .