Uses of Interface
eu.bandm.tools.tpath.runtime.DocumentClient
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
A DocumentClient implementation for W3C Dom.
Infrastructure for evaluating tpath expressions.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of DocumentClient in eu.bandm.tools.d2d2.base
Modifier and TypeClassDescriptionclass
Adapter to use bandm xpath (and thus txsl) with internal d2d udom objects. -
Uses of DocumentClient in eu.bandm.tools.tpath.dom
-
Uses of DocumentClient in eu.bandm.tools.tpath.runtime
Modifier and TypeMethodDescriptionstatic <N> NodeSet<N>
NodeSet.flatten
(DocumentClient<N> client, Iterable<NodeSet<N>> sets, boolean reverse) static <N> NodeSet<N>
NodeSet.newInstance
(DocumentClient<N> client, Iterable<N> nodes, boolean reverse) static <N> NodeSet<N>
NodeSet.newInstance
(DocumentClient<N> client, List<N> nodes) static <N> NodeSet<N>
NodeSet.newInstance
(DocumentClient<N> client, List<N> nodes, boolean reverse) static <N> NodeSet<N>
NodeSet.newInstance
(DocumentClient<N> client, N... nodes) FunctionLibrary.oneOrMoreStrings
(DocumentClient<N> dc, Value<N> value) Implements the frequently found conversion of a node set to a list of strings.static <N> NodeSet<N>
Value.singleton
(DocumentClient<N> client, N node) static <N> BiFunction<Value<N>,
Value<N>, Value<N>> Operators.union
(DocumentClient<N> client, Comparator<? super N> documentOrder) ModifierConstructorDescriptionContext
(DocumentClient<N> client, N node, Function<NamespaceName, Value<N>> variables, Function<NamespaceName, Function<N>> functions, Function<String, String> namespaces) NodeSet
(DocumentClient<N> client, LazyList<N> nodes, boolean reverse) NodeSet
(DocumentClient<N> client, Iterable<N> nodes, boolean reverse) NodeSet
(DocumentClient<N> client, List<N> nodes, boolean reverse) -
Uses of DocumentClient in eu.bandm.tools.tpath.tdomclient
Modifier and TypeClassDescriptionclass
TdomClient<E extends TypedElement<E,
X>, X extends TypedExtension> -
Uses of DocumentClient in eu.bandm.tools.xslt.base
Modifier and TypeFieldDescription(package private) final DocumentClient<N>
Application.documentClient
(package private) final DocumentClient<N>
TemplateRegistry.Finder.documentClient
Modifier and TypeMethodDescriptionstatic <P> TPathCache.ExprClassified
Application.matchSimilar
(DocumentClient<P> dc, P node) FIXME namespace name prefix is NOT available here !?!?!ModifierConstructorDescriptionApplication
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, DocumentClient<N> documentClient, @Opt FunctionLibrary<N> allFuncs, Trace trace, Transformation transformation, N input, @Opt Map<NamespaceName, Value<N>> externalParameterValues) (package private)
Finder
(DocumentClient<N> documentClient, Application<N> application)