| Package | Description |
|---|---|
| ca.uhn.fhir.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
StrictErrorHandler.unexpectedRepeatingElement(IParserErrorHandler.IParseLocation theLocation,
String theElementName) |
void |
LenientErrorHandler.unexpectedRepeatingElement(IParserErrorHandler.IParseLocation theLocation,
String theElementName) |
void |
IParserErrorHandler.unexpectedRepeatingElement(IParserErrorHandler.IParseLocation theLocation,
String theElementName)
Invoked when an element repetition (e.g.
|
void |
ErrorHandlerAdapter.unexpectedRepeatingElement(IParserErrorHandler.IParseLocation theLocation,
String theElementName) |
void |
StrictErrorHandler.unknownAttribute(IParserErrorHandler.IParseLocation theLocation,
String theAttributeName) |
void |
LenientErrorHandler.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 |
ErrorHandlerAdapter.unknownAttribute(IParserErrorHandler.IParseLocation theLocation,
String theElementName) |
void |
StrictErrorHandler.unknownElement(IParserErrorHandler.IParseLocation theLocation,
String theElementName) |
void |
LenientErrorHandler.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 |
ErrorHandlerAdapter.unknownElement(IParserErrorHandler.IParseLocation theLocation,
String theElementName) |
Copyright © 2014–2016 University Health Network. All rights reserved.