Package org.apache.daffodil.api
Interface Result
- All Superinterfaces:
WithDiagnostics
- All Known Subinterfaces:
ParseResult
,UnparseResult
Interface for Parse and Unparse results
-
Method Summary
Methods inherited from interface org.apache.daffodil.api.WithDiagnostics
getDiagnostics, isError
-
Method Details
-
isProcessingError
boolean isProcessingError()- Returns:
- true if cause of error state is processing error
-
isValidationError
boolean isValidationError()- Returns:
- true if cause of error state is validation error
-
location
DataLocation location()Get the currentDataLocation
- Returns:
- the current location
-