Class Summary |
ArrayCreator |
|
BaseCreator |
The purpose of this creator is to act as the document base such that whatever
parentTag and parentObj information can be passed onto the current XML document.
|
ChoiceFormatCreator |
|
DateFormatCreator |
|
HtmlCreator |
This creator take the first comment node of inside this html element to be the data
to be returned. |
MessageFormatCreator |
|
ObjectCreator |
This is a way inside XML to initiate a class that has a default constructor. |
TextCreator |
This creator either uses the src attribute to load text from a resource, or retrieve
the first CDATA (text between start and ending tags of the element). |