FDO API Reference Feature Data Objects

static FDO_API_COMMON FdoXmlCopyHandler* FdoXmlCopyHandler::Create FdoXmlWriter writer,
FdoString uri,
FdoString name,
FdoString qName,
FdoXmlAttributeCollection atts,
FdoDictionary namespaces = NULL
[inline, static]
 

Constructs a Copy Handler. When attached (as the SAX Handler) to a FdoXmlReader, this object copies the current element being parsed, plus all of its sub-elements.

Parameters:
writer Input the sub-elements are written to this XML writer.
uri Input current element's Universal Resource Indicator
name Input the unqualified name of the current element (doesn't include namespace)
qname Input the qualified name of the current element(includes namespace)
atts Input the attributes for the current element.
Warning:
If the current element will become the root element in the destination document, the caller is responsible for including all required xmlns: namespace declarations in the atts list.
Parameters:
namespaces Input list of XML namespace declarations to write to the destination document.
Returns:
Returns FdoXmlCopyHandler

Definition at line 79 of file CopyHandler.h.

References FdoXmlCopyHandler().

Here is the call graph for this function:


Comments or suggestions? Send us feedback.