|
|
virtual void | LoadXMLFromFile (const GENICAM_NAMESPACE::gcstring &FileName)=0 |
| | Loads an XML from a file.
|
| |
|
virtual void | LoadXMLFromFileInject (const GENICAM_NAMESPACE::gcstring &TargetFileName, const GENICAM_NAMESPACE::gcstring &InjectFileName)=0 |
| | Loads an XML from a file with injection.
|
| |
|
virtual void | LoadXMLFromString (const GENICAM_NAMESPACE::gcstring &XMLData)=0 |
| | Loads an XML from a string.
|
| |
|
virtual void | LoadXMLFromStringInject (const GENICAM_NAMESPACE::gcstring &TargetXMLData, const GENICAM_NAMESPACE::gcstring &InjectXMLData)=0 |
| | Loads an XML from a string with injection.
|
| |
| virtual void | 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 | 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 | 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 | GetSupportedSchemaVersions (GENICAM_NAMESPACE::gcstring_vector &SchemaVersions)=0 |
| | Gets a list of supported schema versions. More...
|
| |
|
virtual void | LoadXMLFromZIPFile (const GENICAM_NAMESPACE::gcstring &ZipFileName)=0 |
| | Loads an XML from a ZIP file.
|
| |
|
virtual void | LoadXMLFromZIPData (const void *zipData, size_t zipSize)=0 |
| | Loads an XML from a ZIP data buffer.
|
| |
| virtual void | 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...
|
| |