
Uses of Interface
ca.uhn.fhir.parser.IParserErrorHandler.IParseLocation
Packages that use IParserErrorHandler.IParseLocation
-
Uses of IParserErrorHandler.IParseLocation in ca.uhn.fhir.parser
Methods in ca.uhn.fhir.parser with parameters of type IParserErrorHandler.IParseLocationModifier and TypeMethodDescriptionvoidErrorHandlerAdapter.containedResourceWithNoId(IParserErrorHandler.IParseLocation theLocation) voidIParserErrorHandler.containedResourceWithNoId(IParserErrorHandler.IParseLocation theLocation) Invoked when a contained resource is parsed that has no ID specified (and is therefore invalid)voidLenientErrorHandler.containedResourceWithNoId(IParserErrorHandler.IParseLocation theLocation) voidStrictErrorHandler.containedResourceWithNoId(IParserErrorHandler.IParseLocation theLocation) voidErrorHandlerAdapter.extensionContainsValueAndNestedExtensions(IParserErrorHandler.IParseLocation theLoc) voidIParserErrorHandler.extensionContainsValueAndNestedExtensions(IParserErrorHandler.IParseLocation theLocation) An extension contains both a value and at least one nested extensionvoidLenientErrorHandler.extensionContainsValueAndNestedExtensions(IParserErrorHandler.IParseLocation theLocation) voidStrictErrorHandler.extensionContainsValueAndNestedExtensions(IParserErrorHandler.IParseLocation theLocation) voidErrorHandlerAdapter.incorrectJsonType(IParserErrorHandler.IParseLocation theLocation, String theElementName, BaseJsonLikeValue.ValueType theExpected, BaseJsonLikeValue.ScalarType theExpectedScalarType, BaseJsonLikeValue.ValueType theFound, BaseJsonLikeValue.ScalarType theFoundScalarType) voidIParserErrorHandler.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.voidLenientErrorHandler.incorrectJsonType(IParserErrorHandler.IParseLocation theLocation, String theElementName, BaseJsonLikeValue.ValueType theExpected, BaseJsonLikeValue.ScalarType theExpectedScalarType, BaseJsonLikeValue.ValueType theFound, BaseJsonLikeValue.ScalarType theFoundScalarType) voidStrictErrorHandler.incorrectJsonType(IParserErrorHandler.IParseLocation theLocation, String theElementName, BaseJsonLikeValue.ValueType theExpected, BaseJsonLikeValue.ScalarType theExpectedScalarType, BaseJsonLikeValue.ValueType theFound, BaseJsonLikeValue.ScalarType theFoundScalarType) voidErrorHandlerAdapter.invalidInternalReference(IParserErrorHandler.IParseLocation theLocation, String theReference) voidIParserErrorHandler.invalidInternalReference(IParserErrorHandler.IParseLocation theLocation, String theReference) Contained resource has an invalid internal reference.voidLenientErrorHandler.invalidInternalReference(IParserErrorHandler.IParseLocation theLocation, String theReference) voidStrictErrorHandler.invalidInternalReference(IParserErrorHandler.IParseLocation theLocation, String theReference) voidErrorHandlerAdapter.invalidValue(IParserErrorHandler.IParseLocation theLocation, String theValue, String theError) voidIParserErrorHandler.invalidValue(IParserErrorHandler.IParseLocation theLocation, String theValue, String theError) The parser detected an attribute value that was invalid (such as: empty "" values are not permitted)voidLenientErrorHandler.invalidValue(IParserErrorHandler.IParseLocation theLocation, String theValue, String theError) voidStrictErrorHandler.invalidValue(IParserErrorHandler.IParseLocation theLocation, String theValue, String theError) voidErrorHandlerAdapter.missingRequiredElement(IParserErrorHandler.IParseLocation theLocation, String theElementName) voidIParserErrorHandler.missingRequiredElement(IParserErrorHandler.IParseLocation theLocation, String theElementName) Resource was missing a required elementvoidLenientErrorHandler.missingRequiredElement(IParserErrorHandler.IParseLocation theLocation, String theElementName) voidStrictErrorHandler.missingRequiredElement(IParserErrorHandler.IParseLocation theLocation, String theElementName) voidErrorHandlerAdapter.unexpectedRepeatingElement(IParserErrorHandler.IParseLocation theLocation, String theElementName) voidIParserErrorHandler.unexpectedRepeatingElement(IParserErrorHandler.IParseLocation theLocation, String theElementName) Invoked when an element repetition (e.g. a second repetition of something) is found for a field which is non-repeating.voidLenientErrorHandler.unexpectedRepeatingElement(IParserErrorHandler.IParseLocation theLocation, String theElementName) voidStrictErrorHandler.unexpectedRepeatingElement(IParserErrorHandler.IParseLocation theLocation, String theElementName) voidErrorHandlerAdapter.unknownAttribute(IParserErrorHandler.IParseLocation theLocation, String theElementName) voidIParserErrorHandler.unknownAttribute(IParserErrorHandler.IParseLocation theLocation, String theAttributeName) Invoked when an unknown element is found in the document.voidLenientErrorHandler.unknownAttribute(IParserErrorHandler.IParseLocation theLocation, String theElementName) voidStrictErrorHandler.unknownAttribute(IParserErrorHandler.IParseLocation theLocation, String theAttributeName) voidErrorHandlerAdapter.unknownElement(IParserErrorHandler.IParseLocation theLocation, String theElementName) voidIParserErrorHandler.unknownElement(IParserErrorHandler.IParseLocation theLocation, String theElementName) Invoked when an unknown element is found in the document.voidLenientErrorHandler.unknownElement(IParserErrorHandler.IParseLocation theLocation, String theElementName) voidStrictErrorHandler.unknownElement(IParserErrorHandler.IParseLocation theLocation, String theElementName) voidErrorHandlerAdapter.unknownReference(IParserErrorHandler.IParseLocation theLocation, String theReference) voidIParserErrorHandler.unknownReference(IParserErrorHandler.IParseLocation theLocation, String theReference) Resource contained a reference that could not be resolved and needs to be resolvable (e.g. because it is a local reference to an unknown contained resource)voidLenientErrorHandler.unknownReference(IParserErrorHandler.IParseLocation theLocation, String theReference) voidStrictErrorHandler.unknownReference(IParserErrorHandler.IParseLocation theLocation, String theReference)