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: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
