public class CastorDeserializer extends DeserializerImpl implements Deserializer
| Modifier and Type | Field and Description |
|---|---|
Class |
javaType |
QName |
xmlType |
componentsReadyFlag, defaultType, id, isEnded, isHref, isNil, log, targets, valuemyElement| Constructor and Description |
|---|
CastorDeserializer(Class javaType,
QName xmlType) |
| Modifier and Type | Method and Description |
|---|---|
void |
onEndElement(String namespace,
String localName,
DeserializationContext context)
Return something even if no characters were found.
|
addChildDeserializer, componentsReady, endElement, getDefaultType, getMechanismType, getValue, getValue, getValueTargets, moveValueTargets, onStartChild, onStartElement, registerValueTarget, removeValueTargets, setChildValue, setDefaultType, setValue, setValue, startElement, valueCompletecharacters, makeNewElement, onEndChildendDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomponentsReady, endElement, getDefaultType, getValue, getValue, getValueTargets, moveValueTargets, onStartChild, onStartElement, registerValueTarget, removeValueTargets, setChildValue, setDefaultType, setValue, startElement, valueCompletegetMechanismTypepublic void onEndElement(String namespace, String localName, DeserializationContext context) throws SAXException
onEndElement in class DeserializerImplnamespace - is the namespace of the child elementlocalName - is the local name of the child elementcontext - is the deserialization contextSAXExceptionCopyright © The Apache Software Foundation. All Rights Reserved.