public class DocumentDeserializer 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, value
myElement
Constructor and Description |
---|
DocumentDeserializer() |
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, valueComplete
characters, makeNewElement, onEndChild
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
protected 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
DeserializerImpl
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.