Make CopyNode namespace-aware. Not part of default build. a=leaf.

git-svn-id: svn://10.0.0.236/trunk@77268 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Peter.VanderBeken%pandora.be
2000-08-26 04:41:16 +00:00
parent 76b362f237
commit ff3d2654ec
2 changed files with 24 additions and 8 deletions

View File

@@ -21,13 +21,14 @@
* Keith Visco
* -- original author.
*
* $Id: XMLDOMUtils.h,v 1.5 2000-06-11 12:28:14 Peter.VanderBeken%pandora.be Exp $
* $Id: XMLDOMUtils.h,v 1.6 2000-08-26 04:41:16 Peter.VanderBeken%pandora.be Exp $
*/
/**
* A utility class for use with XML DOM implementations
**/
#include "dom.h"
#include "Expr.h"
#ifndef TRANSFRMX_XMLDOMUTILS_H
#define TRANSFRMX_XMLDOMUTILS_H
@@ -40,7 +41,7 @@ public:
* Copies the given Node, using the owner Document to create all
* necessary new Node(s)
**/
static Node* copyNode(Node* node, Document* owner);
static Node* copyNode(Node* node, Document* owner, NamespaceResolver* resolver);
/**
* Appends the value of the given Node to the target String