次の方法で共有


local-name Function (Windows Embedded CE 6.0)

1/6/2010

Returns the local part of the expanded name of the node in the node-set argument that is first in document order.

Syntax

            string local-name(node-set?)

Parameters

  • node-set
    [optional] A node-set.

Return Value

Returns the local part of the expanded name of the node in the node-set argument that is first in document order.

Remarks

If the node-set argument is empty or the first node has no expanded name, an empty string is returned. If the argument is omitted, it defaults to a node set with the context node as its only member.

See Also

Reference

XPath Node-Set Functions