Hi,
I have some questions about Xerces-C++ (Version 1.1.0-d15) and
I really hope that someone will give me an answer.
How can I create my own DOM_Nodes or
DOM_Elements?
Someone told me that the Java-version provides the possibility
to derive my own ElementFactory in order to create own
Element-Nodes.
I think I have to derive myDocumentImpl from DocumentImp and
then overwrite the method "createElement()".
But therefore I also have to create a new DOMParser
class.
---------
new myDOMParser()
setDocumentClassName("myDocumentImpl")
---------
Is this true? What do I really have to do?
Is this possible in C++, too?
Klaus M. Schipany
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FH Hagenberg Software Engineering Hagenberg, Austria DaimlerChrysler AG
Research and Technology Ulm, Germany [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
- Re: Creating my own DOM_Nodes Klaus Schipany
- Re: Creating my own DOM_Nodes Michael Mason
- RE: Creating my own DOM_Nodes Sean Forde
- Re: Creating my own DOM_Nodes Andy Heninger