public class ElementDeserializer extends DeserializerImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
DESERIALIZE_CURRENT_ELEMENT |
protected static org.apache.commons.logging.Log |
log |
componentsReadyFlag, defaultType, id, isEnded, isHref, isNil, targets, valuemyElement| Constructor and Description |
|---|
ElementDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
onEndElement(String namespace,
String localName,
DeserializationContext context)
onEndElement is called by endElement.
|
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, warningprotected static org.apache.commons.logging.Log log
public static final String DESERIALIZE_CURRENT_ELEMENT
public final void onEndElement(String namespace, String localName, DeserializationContext context) throws SAXException
DeserializerImplonEndElement 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.