Class | Description |
---|---|
DefaultCreator |
This creator is for any classes that have a default constructor.
|
GetInstanceCreator |
This creator creates a new object by calling a static function.
|
HelperCreator |
This creator is for any helper classes that have a default constructor.
|
IncludeCreator |
This creator is used to implement a creator that is used to include another XML
document.
|
NullCreator |
This creator creates a null object and forces it to be added/set to the parent object.
|