Functions.XMLDocProcess 方法 | |
Execute action code blocks for all tags.
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 FUNCTION XMLDocProcess(
nDocHandle AS INT64
) AS LOGIC
public static bool XMLDocProcess(
long nDocHandle
)
查看代码参数
- nDocHandle
- 类型:Int64
Numeric handle for an XML document.
返回值
类型:
BooleanReturns .T. (true) if all action code blocks have been executed successfully or .F. (false) otherwise.
备注 This function executes all action code blocks registered for an XML document using XMLDocSetAction().
参见