Uses of Class
eu.bandm.tools.tpath.runtime.ContextSequence
Package
Description
Infrastructure for evaluating tpath expressions.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of ContextSequence in eu.bandm.tools.tpath.runtime
Modifier and TypeMethodDescriptionContext.newSequence
(NodeSet<N> set) ContextSequence.withFunctions
(Function<NamespaceName, Function<N>> functions) ContextSequence.withNamespaces
(Function<String, String> namespaces) ContextSequence.withVariables
(Function<NamespaceName, Value<N>> variables) -
Uses of ContextSequence in eu.bandm.tools.xslt.base
Modifier and TypeMethodDescription(package private) ContextSequence<N>
Application.sequToVisit
(TypedElement el, TypedAttribute selectAtt, List<eu.bandm.tools.xslt.tdom.Element_xsl_sort> sortings)