Class and Description |
---|
org.apache.daffodil.japi.logger.ConsoleLogWriter
Use Log4j for logging. Since 3.2.0.
|
org.apache.daffodil.japi.logger.FileLogWriter
Use Log4j for logging. Since 3.2.0.
|
org.apache.daffodil.japi.logger.LogWriter
Use Log4j for logging. Since 3.2.0.
|
org.apache.daffodil.japi.logger.NullLogWriter
Use Log4j for logging. Since 3.2.0.
|
Enum and Description |
---|
org.apache.daffodil.japi.logger.LogLevel
Use Log4j for logging. Since 3.2.0.
|
Method and Description |
---|
org.apache.daffodil.japi.WithDiagnostics.canProceed()
Use !isError() to determine if it is safe to proceed. Since 2.0.0.
|
org.apache.daffodil.japi.DataLocation.isAtEnd()
Use comparison of bitPos1b() with expected position instead. Since 3.1.0.
|
org.apache.daffodil.japi.DataProcessor.parse(ReadableByteChannel)
Use parse(InputSourceDataInputStream, InfosetOutputter) to parse the data and get the infoset representation from the InfosetOutputter instead of ParseResult#result(). Since 2.2.0.
|
org.apache.daffodil.japi.DataProcessor.parse(ReadableByteChannel, InfosetOutputter)
Use parse(InputSourceDataInputStream, InfosetOutputter) to parse the data and get the infoset representation from the InfosetOutputter instead of ParseResult#result(). Since 2.2.0.
|
org.apache.daffodil.japi.DataProcessor.parse(ReadableByteChannel, InfosetOutputter, long)
Use parse(InputSourceDataInputStream, InfosetOutputter) to parse the data and get the infoset representation from the InfosetOutputter instead of ParseResult#result(). Since 2.2.0.
|
org.apache.daffodil.japi.DataProcessor.parse(ReadableByteChannel, long)
Use parse(InputSourceDataInputStream, InfosetOutputter) to parse the data and get the infoset representation from the InfosetOutputter instead of ParseResult#result(). Since 2.2.0.
|
org.apache.daffodil.japi.ParseResult.result()
Use parse(ReadableByteChannel, InfosetInputter) to parse the data and get the infoset representation from the InfosetOutputter. Since 2.0.0.
|
org.apache.daffodil.japi.DataProcessor.setDebugger(DebuggerRunner)
Use withDebuggerRunner. Since 2.6.0.
|
org.apache.daffodil.japi.DataProcessor.setDebugging(boolean)
Use withDebugging. Since 2.6.0.
|
org.apache.daffodil.japi.Compiler.setDistinguishedRootNode(String, String)
Pass arguments to compileSource, or compileFile. Since 2.6.0.
|
org.apache.daffodil.japi.ProcessorFactory.setDistinguishedRootNode(String, String)
Use withDistinguishedRootNode. Since 2.6.0.
|
org.apache.daffodil.japi.Compiler.setExternalDFDLVariable(String, String, String)
Use DataProcessor.withExternalVariable. Since 2.6.0.
|
org.apache.daffodil.japi.Compiler.setExternalDFDLVariables(AbstractMap<String, String>)
Use DataProcessor.withExternalVariables. Since 2.6.0.
|
org.apache.daffodil.japi.Compiler.setExternalDFDLVariables(File)
Use DataProcessor.withExternalVariables. Since 2.6.0.
|
org.apache.daffodil.japi.DataProcessor.setExternalVariables(File)
Use withExternalVariables. Since 2.6.0.
|
org.apache.daffodil.japi.DataProcessor.setExternalVariables(Map<String, String>)
Use withExternalVariables. Since 2.6.0.
|
org.apache.daffodil.japi.Daffodil.setLoggingLevel(LogLevel)
Use Log4j for logging. Since 3.2.0.
|
org.apache.daffodil.japi.Daffodil.setLogWriter(LogWriter)
Use Log4j for logging. Since 3.2.0.
|
org.apache.daffodil.japi.Compiler.setTunable(String, String)
Use withTunable. Since 2.6.0.
|
org.apache.daffodil.japi.Compiler.setTunables(AbstractMap<String, String>)
Use withTunables. Since 2.6.0.
|
org.apache.daffodil.japi.Compiler.setValidateDFDLSchemas(boolean)
Do not use this method. DFDL schema validation should be performed. Since 2.6.0.
|
org.apache.daffodil.japi.DataProcessor.setValidationMode(ValidationMode)
Use withValidationMode. Since 2.6.0.
|
org.apache.daffodil.japi.DataProcessor.unparse(WritableByteChannel, Document)
Use unparse(InfosetInputter, WritableByteChannel). Since 2.0.0.
|
org.apache.daffodil.japi.DataProcessor.withExternalVariables(Map<String, String>)
Use withExternalVariables that accepts a Java AbstractMap. Since 3.0.
|
Constructor and Description |
---|
org.apache.daffodil.japi.infoset.JsonInfosetInputter(Reader)
This constructor is deprecated. Use JsonInfosetInputter(java.io.InputStream) instead. Since 2.4.0.
|
org.apache.daffodil.japi.infoset.JsonInfosetOutputter(Writer)
This constructor is deprecated. Use JsonInfosetOutputter(java.io.OutputStream, Boolean) instead. Since 2.4.0.
|
org.apache.daffodil.japi.infoset.JsonInfosetOutputter(Writer, boolean)
This constructor is deprecated. Use JsonInfosetOutputter(java.io.OutputStream, Boolean) instead. Since 2.4.0.
|
org.apache.daffodil.japi.infoset.XMLTextInfosetInputter(Reader)
This constructor is deprecated. Use XMLTextInfosetInputter(java.io.InputStream) instead. Since 2.4.0.
|
org.apache.daffodil.japi.infoset.XMLTextInfosetOutputter(Writer)
This constructor is deprecated. Use XMLTextInfosetOutputter(java.io.OutputStream, Boolean) instead. Since 2.4.0.
|
org.apache.daffodil.japi.infoset.XMLTextInfosetOutputter(Writer, boolean)
This constructor is deprecated. Use XMLTextInfosetOutputter(java.io.OutputStream, Boolean) instead. Since 2.4.0.
|