org.eclipse.persistence.sdo.helper
public class SDOUnmarshalListener extends SDOCSUnmarshalListener
Purpose: Implementation of XMLUnmarshalListener used when unmarshalling XML to XMLDocuments
Responsibilities:
Constructor and Description |
---|
SDOUnmarshalListener(commonj.sdo.helper.HelperContext aContext) |
public SDOUnmarshalListener(commonj.sdo.helper.HelperContext aContext)
public void beforeUnmarshal(Object target, Object parent)
beforeUnmarshal
in interface XMLUnmarshalListener
beforeUnmarshal
in class SDOCSUnmarshalListener
public void afterUnmarshal(Object target, Object parent)
afterUnmarshal
in interface XMLUnmarshalListener
afterUnmarshal
in class SDOCSUnmarshalListener
target
- assumed to be non-nullparent
- may be null, indicating target is root object