DOMParser.hpp
--------------------
Please provide with two additional protected members:
DOM_Node getCurrentParent();
void setCurrentParent(DOM_Node toSet);
inline DOM_Node DOMParser::getCurrentParent()
{
return fCurrentParent;
}
inline void DOMParser::setCurrentParent(DOM_Node toSet)
{
fCurrentParent = toSet;
}
Thank you,
Peter A. Volchek
Software Engineer
Metis International, Inc.
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]