] The C++ class names are prefixed with "DOM_". The intent is to prevent
] conflicts between DOM class names and other names that may already be
] in use by an application or other libraries that a DOM based application
] must link with.
]
] The use of C++ namespaces would also have solved this conflict problem,
] but for the fact that many compilers do not yet support them.
]
] If you wish to use the Java class names in C++, then you need to
] typedef them in C++. This is not advisable for the general case -
] conflicts really do occur - but can be very useful when converting a
] body of existing Java code to C++.

--
______________________________________________________________________
Lars Martin                             mailto:[EMAIL PROTECTED]
SMB GmbH                                        http://www.smb-tec.com

----------------------------------------------------------------------
Post a message:         mailto:[EMAIL PROTECTED]
Unsubscribe:            mailto:[EMAIL PROTECTED]
Contact administrator:  mailto:[EMAIL PROTECTED]
Read archived messages: http://archive.xmldb.org/
----------------------------------------------------------------------

Reply via email to