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, JsonLikeValue.ValueType theExpected, JsonLikeValue.ScalarType theExpectedScalarType, JsonLikeValue.ValueType theFound, JsonLikeValue.ScalarType theFoundScalarType)voidIParserErrorHandler.incorrectJsonType(IParserErrorHandler.IParseLocation theLocation, String theElementName, JsonLikeValue.ValueType theExpectedValueType, JsonLikeValue.ScalarType theExpectedScalarType, JsonLikeValue.ValueType theFoundValueType, JsonLikeValue.ScalarType theFoundScalarType)Invoked if the wrong type of element is found while parsing JSON.voidLenientErrorHandler.incorrectJsonType(IParserErrorHandler.IParseLocation theLocation, String theElementName, JsonLikeValue.ValueType theExpected, JsonLikeValue.ScalarType theExpectedScalarType, JsonLikeValue.ValueType theFound, JsonLikeValue.ScalarType theFoundScalarType)voidStrictErrorHandler.incorrectJsonType(IParserErrorHandler.IParseLocation theLocation, String theElementName, JsonLikeValue.ValueType theExpected, JsonLikeValue.ScalarType theExpectedScalarType, JsonLikeValue.ValueType theFound, JsonLikeValue.ScalarType theFoundScalarType)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.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.voidLenientErrorHandler.unknownReference(IParserErrorHandler.IParseLocation theLocation, String theReference)voidStrictErrorHandler.unknownReference(IParserErrorHandler.IParseLocation theLocation, String theReference)