#include <DTD_Manager.h>
ACEXML_DTD_Manager::~ACEXML_DTD_Manager |
( |
| ) |
|
|
pure virtual |
Acquire a pointer to an element definition builder. The XML parser use this interface to acquire the definition builder and use the builder to create the DTD element definition. The resulting builder is then registered with the DTD Manager or destroyed if error occured when the builder encountered errors.
- Return values
-
0 | if error occurs creating the builder. |
Implemented in ACEXML_Debug_DTD_Manager.
Acquire an element validator to validate an XML element.
- Todo:
- I haven't figured out what memory management scheme we should use for the acquired validator.
Implemented in ACEXML_Debug_DTD_Manager.
Insert a new attributes definition into the DTD Manager.
- Return values
-
0 | if success, -1 otherwise. |
Implemented in ACEXML_Debug_DTD_Manager.
Insert a new element definition into the DTD Manager.
- Return values
-
0 | if success, -1 if error. |
Implemented in ACEXML_Debug_DTD_Manager.
The documentation for this class was generated from the following files: