Interface | Description |
---|---|
Mult<I extends InputValue<?>> |
Multiples of an input value.
|
XMLTransformer |
Transform a number of input values to output values, at least one input or output being XML or
convertable to/from XML.
|
XMLTransformer.InputType | |
XMLTransformer.OutputType |
Class | Description |
---|---|
Buffer<I,O> |
Buffer to connect two XML transformer ports, one that pushes items and one that pulls items.
|
Buffer.ItemBuffer<I> | |
InputValue<V> |
A supplier of a XDM value (item or sequence of items).
|
LazySaxResultProvider | |
LazySaxSourceProvider | |
OutputValue<V> |
A consumer of a XDM value (item or sequence of items).
|
SingleInSingleOutXMLTransformer |
XMLTransformer with one XML input (named "source"), one XML output (named "result"), and
a "parameters" port with QName/String pairs. |
StringWithNamespaceContext | |
XMLInputValue<V> |
A supplier of a XDM value that is a sequence of nodes, or an "external" item that can be
marshaled to a sequence of nodes.
|
XMLOutputValue<V> |
A consumer of a XDM value that is a sequence of nodes, or an "external" item that can be
unmarshaled from a sequence of nodes.
|
Exception | Description |
---|---|
TransformerException |
Unchecked version of
TransformerException with an extra "code"
argument. |
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.