Functions.XMLDocSetAction 方法 | |
Set action code blocks for specific tags.
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 FUNCTION XMLDocSetAction(
nDocHandle AS INT64,
cNode AS STRING,
bCallback AS Codeblock
) AS LONG
public static int XMLDocSetAction(
long nDocHandle,
string cNode,
Codeblock bCallback
)
查看代码参数
- nDocHandle
- 类型:Int64
Numeric handle of the XML document. - cNode
- 类型:String
A character string defining one or more nodes in the XML document. See description below. - bCallback
- 类型:Codeblock
A code block to be associated with the nodes in an XML document specified with cNode.
返回值
类型:
Int32The function returns the number of tags, or nodes, matching the string
cNode.
备注 参见