public class DfdlSchema extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
cacheOnDisk |
protected boolean |
debugging |
protected String |
distinguishedRootNode |
protected static org.slf4j.Logger |
LOGGER |
protected URI |
uri |
protected org.apache.daffodil.japi.ValidationMode |
validationMode |
protected Map<String,String> |
variables |
static String |
WORKING_DIRECTORY |
| Constructor and Description |
|---|
DfdlSchema(URI uri,
Map<String,String> variables,
org.apache.daffodil.japi.ValidationMode validationMode,
boolean cacheOnDisk,
boolean debugging,
String distinguishedRootNode) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.daffodil.japi.DataProcessor |
compile() |
protected org.apache.daffodil.japi.DataProcessor |
compileSource() |
String |
getName() |
URI |
getUri() |
org.apache.daffodil.japi.ValidationMode |
getValidationMode() |
Map<String,String> |
getVariables() |
boolean |
isCacheOnDisk() |
boolean |
isDebugging() |
public static final String WORKING_DIRECTORY
protected static final org.slf4j.Logger LOGGER
protected final URI uri
protected final org.apache.daffodil.japi.ValidationMode validationMode
protected final boolean cacheOnDisk
protected final boolean debugging
protected final String distinguishedRootNode
Copyright © 2023. All rights reserved.