From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/web/xpath/functions/local-name/index.html | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 files/ko/web/xpath/functions/local-name/index.html (limited to 'files/ko/web/xpath/functions/local-name') diff --git a/files/ko/web/xpath/functions/local-name/index.html b/files/ko/web/xpath/functions/local-name/index.html new file mode 100644 index 0000000000..da77a5ea88 --- /dev/null +++ b/files/ko/web/xpath/functions/local-name/index.html @@ -0,0 +1,33 @@ +--- +title: local-name +slug: Web/XPath/Functions/local-name +tags: + - XSLT_Reference +translation_of: Web/XPath/Functions/local-name +--- +

{{ XsltRef() }}

+


+ local-name 함수는 인수로 준 노드 집합 안 첫 노드의 지역 이름을 나타내는 문자열을 반환합니다.

+

구문

+
local-name( [node-set] )
+
+

인수

+
+
+ + + node-set + (선택사항)
+
+ 이 노드 집합 안 첫 노드의 지역 이름이 반환됩니다. 이 인수를 빼면, 현재 문맥 노드를 씁니다.
+
+

반환

+

문자열.

+

주의

+ +

정의

+

XPath 1.0 4.1

+

Gecko 지원

+

지원함.

-- cgit v1.2.3-54-g00ecf