public class SDOCSUnmarshalListener
extends java.lang.Object
Purpose: Implementation of XMLUnmarshalListener used when unmarshalling XML to XMLDocuments
Responsibilities:
| Modifier and Type | Field and Description |
|---|---|
protected HelperContext |
aHelperContext
Visibility reduced from [public] in 2.1.0.
|
| Constructor and Description |
|---|
SDOCSUnmarshalListener(HelperContext aContext) |
SDOCSUnmarshalListener(HelperContext aContext,
boolean bIsCSUnmarshalListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(java.lang.Object target,
java.lang.Object parent) |
void |
beforeUnmarshal(java.lang.Object target,
java.lang.Object parent) |
protected HelperContext aHelperContext