Message: The following issue has been closed.
--------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/XERCESC-90 Here is an overview of the issue: --------------------------------------------------------------------- Key: XERCESC-90 Summary: Add two members to DOMParser.hpp Type: Bug Status: Closed Resolution: WON'T FIX Project: Xerces-C++ Components: Non-Validating Parser Versions: 1.5 Assignee: Reporter: Peter A. Volchek Created: Thu, 21 Jun 2001 8:17 AM Updated: Tue, 19 Oct 2004 11:08 AM Environment: Operating System: Windows NT/2K Platform: All Description: Source: parsers\DOMParser.hpp Add two protected methods: DOM_Node getCurrentParent(); void setCurrentParent(DOM_Node toSet); inline DOM_Node DOMParser::getCurrentParent() { return fCurrentParent; } inline void DOMParser::setCurrentParent(DOM_Node toSet) { fCurrentParent = toSet; } --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]