Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
CustomActions
XmlTools
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);
Xml_DeleteNodes
CA_API UINT __stdcall Xml_DeleteNodes(MSIHANDLE hInstall)
Delete an xml node in a document.
Definition:
XmlToolsImpl.cpp:82
Xml_SelectNodeAttributeValue
CA_API UINT __stdcall Xml_SelectNodeAttributeValue(MSIHANDLE hInstall)
Select the text value of an xml node attribute.
Definition:
XmlToolsImpl.cpp:40
Xml_SelectNodeXml
CA_API UINT __stdcall Xml_SelectNodeXml(MSIHANDLE hInstall)
Select the XML value of a node in a document.
Definition:
XmlToolsImpl.cpp:22
CA_API
#define CA_API
Definition:
CaDeclSpecs.h:8
Xml_SelectNodeValue
CA_API UINT __stdcall Xml_SelectNodeValue(MSIHANDLE hInstall)
Select the text value of an xml node in a document.
Definition:
XmlToolsImpl.cpp:4
Xml_XslTransform
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