XmlToolsImpl.h
Go to the documentation of this file.
1 #pragma once
2 
51 CA_API UINT __stdcall Xml_SelectNodeValue(MSIHANDLE hInstall);
52 
59 CA_API UINT __stdcall Xml_SelectNodeXml(MSIHANDLE hInstall);
60 
68 CA_API UINT __stdcall Xml_SelectNodeAttributeValue(MSIHANDLE hInstall);
69 
76 CA_API UINT __stdcall Xml_XslTransform(MSIHANDLE hInstall);
77 
84 CA_API UINT __stdcall Xml_DeleteNodes(MSIHANDLE hInstall);
CA_API UINT __stdcall Xml_DeleteNodes(MSIHANDLE hInstall)
Delete an xml node in a document.
Definition: XmlToolsImpl.cpp:82
CA_API UINT __stdcall Xml_SelectNodeAttributeValue(MSIHANDLE hInstall)
Select the text value of an xml node attribute.
Definition: XmlToolsImpl.cpp:40
CA_API UINT __stdcall Xml_SelectNodeXml(MSIHANDLE hInstall)
Select the XML value of a node in a document.
Definition: XmlToolsImpl.cpp:22
#define CA_API
Definition: CaDeclSpecs.h:8
CA_API UINT __stdcall Xml_SelectNodeValue(MSIHANDLE hInstall)
Select the text value of an xml node in a document.
Definition: XmlToolsImpl.cpp:4
CA_API UINT __stdcall Xml_XslTransform(MSIHANDLE hInstall)
Transform an XML document with XSLT into a new XML document.
Definition: XmlToolsImpl.cpp:59


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com