dsto.dfc.databeans.io
Interface XmlDecodeContext.IdCallback
- All Known Implementing Classes:
- XmlLinkCodec
- Enclosing class:
- XmlDecodeContext
public static interface XmlDecodeContext.IdCallback
Callback interface for clients that wish to use forward references.
objectForIdCallback
void objectForIdCallback(XmlDecodeContext context,
org.jdom.Element element,
Object object,
Object extraData)
- Called by decode context when an value becomes available for a given ID
.
See
XmlDecodeContext.callbackWithObjectForId(IdCallback, Element, String, Object).
- Parameters:
context - The current decode context.element - The element param passed to callbackWithObjectForId ().object - The object that is registered with the requested ID.extraData - The extra data param passed to callbackWithObjectForId ().
Copyright © 2008 Commonwealth of Australia