Definition of interface INodeMapDyn. More...
Go to the source code of this file.
Namespaces | |
GENAPI_NAMESPACE | |
Part of the generic device API. | |
Functions | |
virtual void | GENAPI_NAMESPACE::ExtractIndependentSubtree (const GENICAM_NAMESPACE::gcstring &XMLData, const GENICAM_NAMESPACE::gcstring &InjectXMLData, const GENICAM_NAMESPACE::gcstring &SubTreeRootNodeName, GENICAM_NAMESPACE::gcstring &ExtractedSubtree)=0 |
Extract independent subtree. More... | |
virtual void | GENAPI_NAMESPACE::GetSupportedSchemaVersions (GENICAM_NAMESPACE::gcstring_vector &SchemaVersions)=0 |
Gets a list of supported schema versions. More... | |
virtual void | GENAPI_NAMESPACE::LoadXMLFromFile (const GENICAM_NAMESPACE::gcstring &FileName)=0 |
Loads an XML from a file. More... | |
virtual void | GENAPI_NAMESPACE::LoadXMLFromFileInject (const GENICAM_NAMESPACE::gcstring &TargetFileName, const GENICAM_NAMESPACE::gcstring &InjectFileName)=0 |
Loads an XML from a file with injection. More... | |
virtual void | GENAPI_NAMESPACE::LoadXMLFromString (const GENICAM_NAMESPACE::gcstring &XMLData)=0 |
Loads an XML from a string. More... | |
virtual void | GENAPI_NAMESPACE::LoadXMLFromStringInject (const GENICAM_NAMESPACE::gcstring &TargetXMLData, const GENICAM_NAMESPACE::gcstring &InjectXMLData)=0 |
Loads an XML from a string with injection. More... | |
virtual void | GENAPI_NAMESPACE::LoadXMLFromZIPData (const void *zipData, size_t zipSize)=0 |
Loads an XML from a ZIP data buffer. More... | |
virtual void | GENAPI_NAMESPACE::LoadXMLFromZIPFile (const GENICAM_NAMESPACE::gcstring &ZipFileName)=0 |
Loads an XML from a ZIP file. More... | |
virtual void | GENAPI_NAMESPACE::MergeXMLFiles (const GENICAM_NAMESPACE::gcstring &TargetFileName, const GENICAM_NAMESPACE::gcstring &InjectedFileName, const GENICAM_NAMESPACE::gcstring &OutputFileName)=0 |
Injects an XML file into a target file. More... | |
virtual void | GENAPI_NAMESPACE::PreprocessXMLFromFile (const GENICAM_NAMESPACE::gcstring &XMLFileName, const GENICAM_NAMESPACE::gcstring &StyleSheetFileName, const GENICAM_NAMESPACE::gcstring &OutputFileName, const uint32_t XMLValidation=xvDefault)=0 |
Loads an XML, checks it for correctness, pre-processes it, caches it, and optionally applies a style sheet, and optionally writes it to a file. More... | |
virtual void | GENAPI_NAMESPACE::PreprocessXMLFromZIPFile (const GENICAM_NAMESPACE::gcstring &XMLFileName, const GENICAM_NAMESPACE::gcstring &StyleSheetFileName, const GENICAM_NAMESPACE::gcstring &OutputFileName, const uint32_t XMLValidation=xvDefault)=0 |
Loads a Zipped XML, checks it for correctness, pre-processes it, caches it, and optionally applies a style sheet, and optionally writes it to a file. More... | |
Variables | |
interface GENAPI_DECL_ABSTRACT | GENAPI_NAMESPACE::INodeMapDyn |
Interface to access the node map. More... | |
Definition of interface INodeMapDyn.
Definition in file INodeMapDyn.h.