Package eu.bandm.tools.tpath.runtime
Class ContextSequence<N>
java.lang.Object
eu.bandm.tools.tpath.runtime.ContextSequence<N>
-
Field Summary
Modifier and TypeFieldDescription(package private) final Function<NamespaceName,
Function<N>> (package private) final Function<NamespaceName,
Value<N>> -
Constructor Summary
ConstructorDescriptionContextSequence
(NodeSet<N> set, Function<NamespaceName, Value<N>> variables, Function<NamespaceName, Function<N>> functions, Function<String, String> namespaces) -
Method Summary
Modifier and TypeMethodDescriptioniterator()
withFunctions
(Function<NamespaceName, Function<N>> functions) withNamespaces
(Function<String, String> namespaces) withVariables
(Function<NamespaceName, Value<N>> variables) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator