C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
UaBase::NodesetXmlImport Class Reference

Importer class to create a Nodeset from an xml file. More...

#include <nodesetxmlimport.h>

Inherits UaBase::AbstractNodesetImport, and UaBase::UaNodesetXmlParser.

Public Member Functions

virtual UaStatus import (Nodeset &nodeset)
 Implementation of interface AbstractNodesetImport::import.
 
bool addFilename (UaString sFileName)
 add a file to import from; TODO: add sanity checks
 
void clearFilenames ()
 clear list of files to import from
 

Additional Inherited Members

- Protected Attributes inherited from UaBase::AbstractNodesetImport
Nodesetm_pNodeset
 The Nodeset to import to.
 
UaBooleanArray m_importNsIdx
 Remote namespace indices to import.
 

Detailed Description

Importer class to create a Nodeset from an xml file.

This class implements the interface AbstractNodesetImport to import a Nodeset from an xml file. Uses UaNodesetXmlParser to parse xml data and create BaseNodes


The documentation for this class was generated from the following files: