| Package | Description |
|---|---|
| ca.uhn.fhir.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
StrictErrorHandler.containedResourceWithNoId(IParserErrorHandler.IParseLocation theLocation) |
void |
LenientErrorHandler.containedResourceWithNoId(IParserErrorHandler.IParseLocation theLocation) |
void |
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 |
StrictErrorHandler.extensionContainsValueAndNestedExtensions(IParserErrorHandler.IParseLocation theLocation) |
void |
LenientErrorHandler.extensionContainsValueAndNestedExtensions(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 extension
|
void |
StrictErrorHandler.incorrectJsonType(IParserErrorHandler.IParseLocation theLocation,
String theElementName,
JsonLikeValue.ValueType theExpected,
JsonLikeValue.ScalarType theExpectedScalarType,
JsonLikeValue.ValueType theFound,
JsonLikeValue.ScalarType theFoundScalarType) |
void |
LenientErrorHandler.incorrectJsonType(IParserErrorHandler.IParseLocation theLocation,
String theElementName,
JsonLikeValue.ValueType theExpected,
JsonLikeValue.ScalarType theExpectedScalarType,
JsonLikeValue.ValueType theFound,
JsonLikeValue.ScalarType theFoundScalarType) |
void |
ErrorHandlerAdapter.incorrectJsonType(IParserErrorHandler.IParseLocation theLocation,
String theElementName,
JsonLikeValue.ValueType theExpected,
JsonLikeValue.ScalarType theExpectedScalarType,
JsonLikeValue.ValueType theFound,
JsonLikeValue.ScalarType theFoundScalarType) |
void |
IParserErrorHandler.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.
|
void |
StrictErrorHandler.invalidValue(IParserErrorHandler.IParseLocation theLocation,
String theValue,
String theError) |
void |
LenientErrorHandler.invalidValue(IParserErrorHandler.IParseLocation theLocation,
String theValue,
String theError) |
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 |
StrictErrorHandler.missingRequiredElement(IParserErrorHandler.IParseLocation theLocation,
String theElementName) |
void |
LenientErrorHandler.missingRequiredElement(IParserErrorHandler.IParseLocation theLocation,
String theElementName) |
void |
ErrorHandlerAdapter.missingRequiredElement(IParserErrorHandler.IParseLocation theLocation,
String theElementName) |
void |
IParserErrorHandler.missingRequiredElement(IParserErrorHandler.IParseLocation theLocation,
String theElementName)
Resource was missing a required element
|
void |
StrictErrorHandler.unexpectedRepeatingElement(IParserErrorHandler.IParseLocation theLocation,
String theElementName) |
void |
LenientErrorHandler.unexpectedRepeatingElement(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 |
StrictErrorHandler.unknownAttribute(IParserErrorHandler.IParseLocation theLocation,
String theAttributeName) |
void |
LenientErrorHandler.unknownAttribute(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 |
StrictErrorHandler.unknownElement(IParserErrorHandler.IParseLocation theLocation,
String theElementName) |
void |
LenientErrorHandler.unknownElement(IParserErrorHandler.IParseLocation theLocation,
String theElementName) |
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 |
StrictErrorHandler.unknownReference(IParserErrorHandler.IParseLocation theLocation,
String theReference) |
void |
LenientErrorHandler.unknownReference(IParserErrorHandler.IParseLocation theLocation,
String theReference) |
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.
|
Copyright © 2014–2019 University Health Network. All rights reserved.