Package | Description |
---|---|
eu.bandm.tools.d2d2.base |
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
|
eu.bandm.tools.tpath.dom |
A DocumentClient implementation for W3C Dom.
|
eu.bandm.tools.tpath.runtime |
Infrastructure for evaluating tpath expressions.
|
eu.bandm.tools.tpath.tdomclient | |
eu.bandm.tools.xslt.base |
txsl = typed xslt 1.0 interpreter with "fragmented validation".
|
Modifier and Type | Class and Description |
---|---|
class |
UdomClient
FIXME abstraktion mit w3cClient, gemeinsame superklasse?
|
Modifier and Type | Class and Description |
---|---|
class |
DOMClient |
Modifier and Type | Method and Description |
---|---|
DocumentClient<N> |
Context.getDocumentClient() |
DocumentClient<N> |
NodeSet.getDocumentClient() |
Modifier and Type | Method and Description |
---|---|
static <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) |
protected List<String> |
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) |
Constructor and Description |
---|
Context(DocumentClient<N> client,
N node,
Function<NamespaceName,Value<N>> variables,
Function<NamespaceName,Function<N>> functions,
Function<String,String> namespaces) |
NodeSet(DocumentClient<N> client,
Iterable<N> nodes,
boolean reverse) |
NodeSet(DocumentClient<N> client,
LazyList<N> nodes,
boolean reverse) |
NodeSet(DocumentClient<N> client,
List<N> nodes,
boolean reverse) |
Modifier and Type | Class and Description |
---|---|
class |
TdomClient<E extends TypedElement<E,X>,X extends TypedExtension> |
Modifier and Type | Method and Description |
---|---|
static <P> TPathCache.ExprClassified |
Application.matchSimilar(DocumentClient<P> dc,
P node)
FIXME namespace name prefix is NOT available here !?!?!
|
Constructor and Description |
---|
Application(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
DocumentClient<N> documentClient,
@Opt FunctionLibrary<N> allFuncs,
Trace trace,
Transformation transformation,
N input,
@Opt Map<NamespaceName,Value<N>> externalParameterValues) |
see also the complete user documentation .