| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataType |
StreamingDocument.getType() |
DataType |
NetDocument.getType() |
DataType |
InMemoryDocument.getType() |
DataType |
FileDocument.getType() |
DataType |
DOMDocument.getType() |
abstract DataType |
Document.getType() |
| Modifier and Type | Method and Description |
|---|---|
DataType |
DocumentSignable.getType() |
| Modifier and Type | Method and Description |
|---|---|
DataType |
XSLTransformer.returnType() |
DataType |
XPathTransformer.returnType() |
DataType |
Transformer.returnType() |
DataType |
EnvelopedSignatureTransformer.returnType() |
DataType |
C14nTransformer.returnType() |
DataType |
Base64Transformer.returnType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DataType> |
XSLTransformer.expectedDataTypes() |
java.util.List<DataType> |
XPathTransformer.expectedDataTypes() |
java.util.List<DataType> |
Transformer.expectedDataTypes() |
java.util.List<DataType> |
EnvelopedSignatureTransformer.expectedDataTypes() |
java.util.List<DataType> |
C14nTransformer.expectedDataTypes() |
java.util.List<DataType> |
Base64Transformer.expectedDataTypes() |
Copyright © 2025. All rights reserved.