handleUnknownContentRecovering
abstract fun handleUnknownContentRecovering(input: XmlReader, inputKind: InputKind, descriptor: XmlDescriptor, name: QName?, candidates: Collection<Any>): List<XML.ParsedData<*>>(source)
Allows for recovering from unknown content. The implementation must either throw an exception or consume the content (parse it completely). It can allow recovery by returning a list of data that should be recovered (this can allow further parsing of the data or return final values).
