You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by xe...@xml.apache.org on 2004/10/19 20:08:52 UTC

[jira] Closed: (XERCESC-90) Add two members to DOMParser.hpp

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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org