Get the list of Diagnostic's created during the construction of the parent object
Get the list of Diagnostic's created during the construction of the parent object
list of Diagnostic's. May contain errors or warnings, and so may be non-empty even if WithDiagnostics#isError is false.
Determine if any errors occurred in the creation of the parent object.
Determine if any errors occurred in the creation of the parent object.
true if no errors occurred, false otherwise
Create a DataProcessor
Create a DataProcessor
path to an element to use as the parsing root, relative to the distinguished root node. Currently, must be set to "/"
DataProcessor used to parse data. Must check DataProcessor#isError before using it.
Specify a global element to be the root of DFDL Schema to start parsing
Specify a global element to be the root of DFDL Schema to start parsing
name of the root node
namespace of the root node. Set to empty string to specify no namespace. Set to to NULL to figure out the namespace.
Determine if this object can be used in any future parse activities
Determine if this object can be used in any future parse activities
true it is safe to proceed, false otherwise
(Since version 2.0.0) Use !isError() to determine if it is safe to proceed
Factory to create DataProcessor's, used for parsing data