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 bu...@apache.org on 2001/06/21 17:18:00 UTC

[Bug 2268] New: - Add two members to DOMParser.hpp

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2268

*** shadow/2268	Thu Jun 21 08:17:59 2001
--- shadow/2268.tmp.10185	Thu Jun 21 08:18:00 2001
***************
*** 0 ****
--- 1,33 ----
+ +============================================================================+
+ | Add two members to DOMParser.hpp                                           |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2268                        Product: Xerces-C                |
+ |       Status: NEW                         Version: 1.5                     |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Enhancement              OS/Version: Windows NT/2K           |
+ |     Priority: Other                     Component: Non-Validating Parser   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-c-dev@xml.apache.org                                  |
+ |  Reported By: PeterV@ti.com.od.ua                                          |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              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;
+ }
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org