Package | Description |
---|---|
org.daisy.common.transform |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
OutputValue<?> |
XMLTransformer.OutputType.validate(OutputValue<?> output) |
Modifier and Type | Method and Description |
---|---|
static Map<QName,OutputValue<?>> |
XMLTransformer.validateOutput(Map<QName,OutputValue<?>> output,
Map<QName,XMLTransformer.OutputType> types)
Check that the expected outputs are present and are of the expected type.
|
Modifier and Type | Method and Description |
---|---|
default Runnable |
XMLTransformer.transform(InputValue<?> input,
OutputValue<?> output) |
OutputValue<?> |
XMLTransformer.OutputType.validate(OutputValue<?> output) |
Modifier and Type | Method and Description |
---|---|
Runnable |
SingleInSingleOutXMLTransformer.transform(Map<QName,InputValue<?>> input,
Map<QName,OutputValue<?>> output) |
Runnable |
XMLTransformer.transform(Map<QName,InputValue<?>> input,
Map<QName,OutputValue<?>> output) |
static Map<QName,OutputValue<?>> |
XMLTransformer.validateOutput(Map<QName,OutputValue<?>> output,
Map<QName,XMLTransformer.OutputType> types)
Check that the expected outputs are present and are of the expected type.
|
Copyright © 2010–2024 The DAISY Consortium. All rights reserved.