Uses of Interface
ca.uhn.fhir.parser.IParserErrorHandler.IParseLocation
-
Uses of IParserErrorHandler.IParseLocation in ca.uhn.fhir.parser
Modifier and TypeMethodDescriptionvoid
ErrorHandlerAdapter.containedResourceWithNoId
(IParserErrorHandler.IParseLocation theLocation) void
IParserErrorHandler.containedResourceWithNoId
(IParserErrorHandler.IParseLocation theLocation) Invoked when a contained resource is parsed that has no ID specified (and is therefore invalid)void
LenientErrorHandler.containedResourceWithNoId
(IParserErrorHandler.IParseLocation theLocation) void
StrictErrorHandler.containedResourceWithNoId
(IParserErrorHandler.IParseLocation theLocation) void
ErrorHandlerAdapter.extensionContainsValueAndNestedExtensions
(IParserErrorHandler.IParseLocation theLoc) void
IParserErrorHandler.extensionContainsValueAndNestedExtensions
(IParserErrorHandler.IParseLocation theLocation) An extension contains both a value and at least one nested extensionvoid
LenientErrorHandler.extensionContainsValueAndNestedExtensions
(IParserErrorHandler.IParseLocation theLocation) void
StrictErrorHandler.extensionContainsValueAndNestedExtensions
(IParserErrorHandler.IParseLocation theLocation) void
ErrorHandlerAdapter.incorrectJsonType
(IParserErrorHandler.IParseLocation theLocation, String theElementName, BaseJsonLikeValue.ValueType theExpected, BaseJsonLikeValue.ScalarType theExpectedScalarType, BaseJsonLikeValue.ValueType theFound, BaseJsonLikeValue.ScalarType theFoundScalarType) void
IParserErrorHandler.incorrectJsonType
(IParserErrorHandler.IParseLocation theLocation, String theElementName, BaseJsonLikeValue.ValueType theExpectedValueType, BaseJsonLikeValue.ScalarType theExpectedScalarType, BaseJsonLikeValue.ValueType theFoundValueType, BaseJsonLikeValue.ScalarType theFoundScalarType) Invoked if the wrong type of element is found while parsing JSON.void
LenientErrorHandler.incorrectJsonType
(IParserErrorHandler.IParseLocation theLocation, String theElementName, BaseJsonLikeValue.ValueType theExpected, BaseJsonLikeValue.ScalarType theExpectedScalarType, BaseJsonLikeValue.ValueType theFound, BaseJsonLikeValue.ScalarType theFoundScalarType) void
StrictErrorHandler.incorrectJsonType
(IParserErrorHandler.IParseLocation theLocation, String theElementName, BaseJsonLikeValue.ValueType theExpected, BaseJsonLikeValue.ScalarType theExpectedScalarType, BaseJsonLikeValue.ValueType theFound, BaseJsonLikeValue.ScalarType theFoundScalarType) void
ErrorHandlerAdapter.invalidValue
(IParserErrorHandler.IParseLocation theLocation, String theValue, String theError) void
IParserErrorHandler.invalidValue
(IParserErrorHandler.IParseLocation theLocation, String theValue, String theError) The parser detected an attribute value that was invalid (such as: empty "" values are not permitted)void
LenientErrorHandler.invalidValue
(IParserErrorHandler.IParseLocation theLocation, String theValue, String theError) void
StrictErrorHandler.invalidValue
(IParserErrorHandler.IParseLocation theLocation, String theValue, String theError) void
ErrorHandlerAdapter.missingRequiredElement
(IParserErrorHandler.IParseLocation theLocation, String theElementName) void
IParserErrorHandler.missingRequiredElement
(IParserErrorHandler.IParseLocation theLocation, String theElementName) Resource was missing a required elementvoid
LenientErrorHandler.missingRequiredElement
(IParserErrorHandler.IParseLocation theLocation, String theElementName) void
StrictErrorHandler.missingRequiredElement
(IParserErrorHandler.IParseLocation theLocation, String theElementName) void
ErrorHandlerAdapter.unexpectedRepeatingElement
(IParserErrorHandler.IParseLocation theLocation, String theElementName) void
IParserErrorHandler.unexpectedRepeatingElement
(IParserErrorHandler.IParseLocation theLocation, String theElementName) Invoked when an element repetition (e.g.void
LenientErrorHandler.unexpectedRepeatingElement
(IParserErrorHandler.IParseLocation theLocation, String theElementName) void
StrictErrorHandler.unexpectedRepeatingElement
(IParserErrorHandler.IParseLocation theLocation, String theElementName) void
ErrorHandlerAdapter.unknownAttribute
(IParserErrorHandler.IParseLocation theLocation, String theElementName) void
IParserErrorHandler.unknownAttribute
(IParserErrorHandler.IParseLocation theLocation, String theAttributeName) Invoked when an unknown element is found in the document.void
LenientErrorHandler.unknownAttribute
(IParserErrorHandler.IParseLocation theLocation, String theElementName) void
StrictErrorHandler.unknownAttribute
(IParserErrorHandler.IParseLocation theLocation, String theAttributeName) void
ErrorHandlerAdapter.unknownElement
(IParserErrorHandler.IParseLocation theLocation, String theElementName) void
IParserErrorHandler.unknownElement
(IParserErrorHandler.IParseLocation theLocation, String theElementName) Invoked when an unknown element is found in the document.void
LenientErrorHandler.unknownElement
(IParserErrorHandler.IParseLocation theLocation, String theElementName) void
StrictErrorHandler.unknownElement
(IParserErrorHandler.IParseLocation theLocation, String theElementName) void
ErrorHandlerAdapter.unknownReference
(IParserErrorHandler.IParseLocation theLocation, String theReference) void
IParserErrorHandler.unknownReference
(IParserErrorHandler.IParseLocation theLocation, String theReference) Resource contained a reference that could not be resolved and needs to be resolvable (e.g.void
LenientErrorHandler.unknownReference
(IParserErrorHandler.IParseLocation theLocation, String theReference) void
StrictErrorHandler.unknownReference
(IParserErrorHandler.IParseLocation theLocation, String theReference)