public class SDOCSUnmarshalListener extends Object implements XMLUnmarshalListener
Purpose: Implementation of XMLUnmarshalListener used when unmarshalling XML to XMLDocuments
Responsibilities:
| Constructor and Description |
|---|
SDOCSUnmarshalListener(commonj.sdo.helper.HelperContext aContext) |
SDOCSUnmarshalListener(commonj.sdo.helper.HelperContext aContext,
boolean bIsCSUnmarshalListener) |
public SDOCSUnmarshalListener(commonj.sdo.helper.HelperContext aContext,
boolean bIsCSUnmarshalListener)
public SDOCSUnmarshalListener(commonj.sdo.helper.HelperContext aContext)
public void beforeUnmarshal(Object target, Object parent)
beforeUnmarshal in interface XMLUnmarshalListenerpublic void afterUnmarshal(Object target, Object parent)
afterUnmarshal in interface XMLUnmarshalListener