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, value
myElement
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, valueComplete
characters, makeNewElement, onEndChild
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
componentsReady, endElement, getDefaultType, getValue, getValue, getValueTargets, moveValueTargets, onStartChild, onStartElement, registerValueTarget, removeValueTargets, setChildValue, setDefaultType, setValue, startElement, valueComplete
getMechanismType
public void onEndElement(String namespace, String localName, DeserializationContext context) throws SAXException
onEndElement
in class DeserializerImpl
namespace
- is the namespace of the child elementlocalName
- is the local name of the child elementcontext
- is the deserialization contextSAXException
Copyright © The Apache Software Foundation. All Rights Reserved.