DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14587>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14587 in dom/DOMNode.hpp, getNodeType() returns a short instead of a NodeType enum Summary: in dom/DOMNode.hpp, getNodeType() returns a short instead of a NodeType enum Product: Xerces-C++ Version: 2.1.0 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Whereas the documentation says: /** * An enum value representing the type of the underlying object. * @since DOM Level 1 */ virtual short getNodeType() const = 0; the returned value is actually a short. I don't understand the reason not to have a NodeType here since it would enable a little bit of type safety. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
