XMLDocProcess Function | |
Execute action code blocks for all tags.
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax FUNCTION XMLDocProcess(
nDocHandle AS INT64
) AS LOGIC
public static bool XMLDocProcess(
long nDocHandle
)
Request Example
View SourceParameters
- nDocHandle
- Type: Int64
Numeric handle for an XML document.
Return Value
Type:
LogicReturns .T. (true) if all action code blocks have been executed successfully or .F. (false) otherwise.
Remarks This function executes all action code blocks registered for an XML document using XMLDocSetAction().
See Also