Functions.XMLGetParent 方法 | |
Get parent of XML tag.
命名空间:
XSharp.XPP
程序集:
XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法 FUNCTION XMLGetParent(
nTagHandle AS INT64
) AS INT64
public static long XMLGetParent(
long nTagHandle
)
查看代码参数
- nTagHandle
- 类型:Int64
Numeric handle for the XML tag.
返回值
类型:
Int64Returns the numeric handle of the parent tag or 0 if
nTagHandle doesn't have a parent tag.
备注 This function is used to retrieve the parent tag of an XML tag. Every tag has only one parent, except the document root tag which has no parent tag.
参见