Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Notes/updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Read [**What’s new in 4D 21 R2**](https://blog.4d.com/whats-new-in-4d-21-r2/),
|libZip|1.11.4|21|Used by zip class, 4D Write Pro, svg and serverNet components|
|LZMA|5.8.1|21||
|ngtcp2|1.22.1|**21 R4**|Used for QUIC|
|OpenSSL|3.5.2|21||
|OpenSSL|4.0|**21 R4**||
|PDFWriter|4.7.0|21|Used for [`WP Export document`](../WritePro/commands/wp-export-document.md) and [`WP Export variable`](../WritePro/commands/wp-export-variable.md) |
|SpreadJS|18.2.0|21 R2|See [this blog post](https://blog.4d.com/4d-view-pro-whats-new-in-4d-21-r2/) for an overview of the new features|
|webKit|WKWebView|19||
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-first-child-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get first child XML element.Syntax-->**DOM Get first child XML element** ( *elementRef* : Text {; *childElemName* : Text {; *childElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get first child XML element.Syntax-->**DOM Get first child XML element** ( *elementRef* : Text {; *childElemName* : Text {; *childElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get first child XML element.Params-->
<div class="no-index">

| Parameter | Type | | Description |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML element reference |
| childElemName | Text | &#8592; | Name of child XML element |
| childElemValue | Text | &#8592; | Value of child XML element |
| childElemValue | any | &#8592; | Value of child XML element |
| Function result | Text | &#8592; | Child XML element reference |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-last-child-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get last child XML element.Syntax-->**DOM Get last child XML element** ( *elementRef* : Text {; *childElemName* : Text {; *childElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get last child XML element.Syntax-->**DOM Get last child XML element** ( *elementRef* : Text {; *childElemName* : Text {; *childElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get last child XML element.Params-->
<div class="no-index">

| Parameter | Type | | Description |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML element reference |
| childElemName | Text | &#8592; | Name of child element |
| childElemValue | Text | &#8592; | Value of child element |
| childElemValue | any | &#8592; | Value of child element |
| Function result | Text | &#8592; | XML element reference |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-next-sibling-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get next sibling XML element.Syntax-->**DOM Get next sibling XML element** ( *elementRef* : Text {; *siblingElemName* : Text {; *siblingElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get next sibling XML element.Syntax-->**DOM Get next sibling XML element** ( *elementRef* : Text {; *siblingElemName* : Text {; *siblingElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get next sibling XML element.Params-->
<div class="no-index">

| Parameter | Type | | Description |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML element reference |
| siblingElemName | Text | &#8592; | Name of sibling XML element |
| siblingElemValue | Text | &#8592; | Value of sibling XML element |
| siblingElemValue | any | &#8592; | Value of sibling XML element |
| Function result | Text | &#8592; | Sibling XML element reference |
</div>
<!-- END REF-->
Expand Down
4 changes: 2 additions & 2 deletions docs/language-legacy/XML DOM/dom-get-parent-xml-element.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-parent-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get parent XML element.Syntax-->**DOM Get parent XML element** ( *elementRef* : Text {; *parentElemName* : Text {; *parentElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get parent XML element.Syntax-->**DOM Get parent XML element** ( *elementRef* : Text {; *parentElemName* : Text {; *parentElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get parent XML element.Params-->
<div class="no-index">

| Parameter | Type | | Description |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML element reference |
| parentElemName | Text | &#8592; | Name of parent XML element |
| parentElemValue | Text | &#8592; | Value of parent XML element |
| parentElemValue | any | &#8592; | Value of parent XML element |
| Function result | Text | &#8592; | Parent XML element reference |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-previous-sibling-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get previous sibling XML element.Syntax-->**DOM Get previous sibling XML element** ( *elementRef* : Text {; *siblingElemName* : Text {; *siblingElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get previous sibling XML element.Syntax-->**DOM Get previous sibling XML element** ( *elementRef* : Text {; *siblingElemName* : Text {; *siblingElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get previous sibling XML element.Params-->
<div class="no-index">

| Parameter | Type | | Description |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML element reference |
| siblingElemName | Text | &#8592; | Name of sibling XML element |
| siblingElemValue | Text | &#8592; | Value of sibling XML element |
| siblingElemValue | any | &#8592; | Value of sibling XML element |
| Function result | Text | &#8592; | Sibling XML element reference |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-first-child-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get first child XML element.Syntax-->**DOM Get first child XML element** ( *elementRef* : Text {; *childElemName* : Text {; *childElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get first child XML element.Syntax-->**DOM Get first child XML element** ( *elementRef* : Text {; *childElemName* : Text {; *childElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get first child XML element.Params-->
<div class="no-index">

| 引数 | 型 | | 説明 |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| childElemName | Text | &#8592; | 子要素名 |
| childElemValue | Text | &#8592; | 子要素値 |
| childElemValue | any | &#8592; | 子要素値 |
| 戻り値 | Text | &#8592; | 子要素参照 |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-last-child-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get last child XML element.Syntax-->**DOM Get last child XML element** ( *elementRef* : Text {; *childElemName* : Text {; *childElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get last child XML element.Syntax-->**DOM Get last child XML element** ( *elementRef* : Text {; *childElemName* : Text {; *childElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get last child XML element.Params-->
<div class="no-index">

| 引数 | 型 | | 説明 |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| childElemName | Text | &#8592; | 子要素名 |
| childElemValue | Text | &#8592; | 子要素値 |
| childElemValue | any | &#8592; | 子要素値 |
| 戻り値 | Text | &#8592; | XML要素参照 |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-next-sibling-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get next sibling XML element.Syntax-->**DOM Get next sibling XML element** ( *elementRef* : Text {; *siblingElemName* : Text {; *siblingElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get next sibling XML element.Syntax-->**DOM Get next sibling XML element** ( *elementRef* : Text {; *siblingElemName* : Text {; *siblingElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get next sibling XML element.Params-->
<div class="no-index">

| 引数 | 型 | | 説明 |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| siblingElemName | Text | &#8592; | 兄弟XML要素名 |
| siblingElemValue | Text | &#8592; | 兄弟XML要素値 |
| siblingElemValue | any | &#8592; | 兄弟XML要素値 |
| 戻り値 | Text | &#8592; | 兄弟XML要素参照 |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-parent-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get parent XML element.Syntax-->**DOM Get parent XML element** ( *elementRef* : Text {; *parentElemName* : Text {; *parentElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get parent XML element.Syntax-->**DOM Get parent XML element** ( *elementRef* : Text {; *parentElemName* : Text {; *parentElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get parent XML element.Params-->
<div class="no-index">

| 引数 | 型 | | 説明 |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| parentElemName | Text | &#8592; | 親XML要素名 |
| parentElemValue | Text | &#8592; | 親XML要素値 |
| parentElemValue | any | &#8592; | 親XML要素値 |
| 戻り値 | Text | &#8592; | 親XML要素参照 |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-previous-sibling-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get previous sibling XML element.Syntax-->**DOM Get previous sibling XML element** ( *elementRef* : Text {; *siblingElemName* : Text {; *siblingElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get previous sibling XML element.Syntax-->**DOM Get previous sibling XML element** ( *elementRef* : Text {; *siblingElemName* : Text {; *siblingElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get previous sibling XML element.Params-->
<div class="no-index">

| 引数 | 型 | | 説明 |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| siblingElemName | Text | &#8592; | 兄弟XML要素名 |
| siblingElemValue | Text | &#8592; | 兄弟XML要素値 |
| siblingElemValue | any | &#8592; | 兄弟XML要素値 |
| 戻り値 | Text | &#8592; | 兄弟XML要素参照 |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-first-child-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get first child XML element.Syntax-->**DOM Get first child XML element** ( *elementRef* : Text {; *childElemName* : Text {; *childElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get first child XML element.Syntax-->**DOM Get first child XML element** ( *elementRef* : Text {; *childElemName* : Text {; *childElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get first child XML element.Params-->
<div class="no-index">

| 引数 | 型 | | 説明 |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| childElemName | Text | &#8592; | 子要素名 |
| childElemValue | Text | &#8592; | 子要素値 |
| childElemValue | any | &#8592; | 子要素値 |
| 戻り値 | Text | &#8592; | 子要素参照 |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-last-child-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get last child XML element.Syntax-->**DOM Get last child XML element** ( *elementRef* : Text {; *childElemName* : Text {; *childElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get last child XML element.Syntax-->**DOM Get last child XML element** ( *elementRef* : Text {; *childElemName* : Text {; *childElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get last child XML element.Params-->
<div class="no-index">

| 引数 | 型 | | 説明 |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| childElemName | Text | &#8592; | 子要素名 |
| childElemValue | Text | &#8592; | 子要素値 |
| childElemValue | any | &#8592; | 子要素値 |
| 戻り値 | Text | &#8592; | XML要素参照 |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-next-sibling-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get next sibling XML element.Syntax-->**DOM Get next sibling XML element** ( *elementRef* : Text {; *siblingElemName* : Text {; *siblingElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get next sibling XML element.Syntax-->**DOM Get next sibling XML element** ( *elementRef* : Text {; *siblingElemName* : Text {; *siblingElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get next sibling XML element.Params-->
<div class="no-index">

| 引数 | 型 | | 説明 |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| siblingElemName | Text | &#8592; | 兄弟XML要素名 |
| siblingElemValue | Text | &#8592; | 兄弟XML要素値 |
| siblingElemValue | any | &#8592; | 兄弟XML要素値 |
| 戻り値 | Text | &#8592; | 兄弟XML要素参照 |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-parent-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get parent XML element.Syntax-->**DOM Get parent XML element** ( *elementRef* : Text {; *parentElemName* : Text {; *parentElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get parent XML element.Syntax-->**DOM Get parent XML element** ( *elementRef* : Text {; *parentElemName* : Text {; *parentElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get parent XML element.Params-->
<div class="no-index">

| 引数 | 型 | | 説明 |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| parentElemName | Text | &#8592; | 親XML要素名 |
| parentElemValue | Text | &#8592; | 親XML要素値 |
| parentElemValue | any | &#8592; | 親XML要素値 |
| 戻り値 | Text | &#8592; | 親XML要素参照 |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-previous-sibling-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get previous sibling XML element.Syntax-->**DOM Get previous sibling XML element** ( *elementRef* : Text {; *siblingElemName* : Text {; *siblingElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get previous sibling XML element.Syntax-->**DOM Get previous sibling XML element** ( *elementRef* : Text {; *siblingElemName* : Text {; *siblingElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get previous sibling XML element.Params-->
<div class="no-index">

| 引数 | 型 | | 説明 |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| siblingElemName | Text | &#8592; | 兄弟XML要素名 |
| siblingElemValue | Text | &#8592; | 兄弟XML要素値 |
| siblingElemValue | any | &#8592; | 兄弟XML要素値 |
| 戻り値 | Text | &#8592; | 兄弟XML要素参照 |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-first-child-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get first child XML element.Syntax-->**DOM Get first child XML element** ( *elementRef* : Text {; *childElemName* : Text {; *childElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get first child XML element.Syntax-->**DOM Get first child XML element** ( *elementRef* : Text {; *childElemName* : Text {; *childElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get first child XML element.Params-->
<div class="no-index">

| 引数 | 型 | | 説明 |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| childElemName | Text | &#8592; | 子要素名 |
| childElemValue | Text | &#8592; | 子要素値 |
| childElemValue | any | &#8592; | 子要素値 |
| 戻り値 | Text | &#8592; | 子要素参照 |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-last-child-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get last child XML element.Syntax-->**DOM Get last child XML element** ( *elementRef* : Text {; *childElemName* : Text {; *childElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get last child XML element.Syntax-->**DOM Get last child XML element** ( *elementRef* : Text {; *childElemName* : Text {; *childElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get last child XML element.Params-->
<div class="no-index">

| 引数 | 型 | | 説明 |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| childElemName | Text | &#8592; | 子要素名 |
| childElemValue | Text | &#8592; | 子要素値 |
| childElemValue | any | &#8592; | 子要素値 |
| 戻り値 | Text | &#8592; | XML要素参照 |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-next-sibling-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get next sibling XML element.Syntax-->**DOM Get next sibling XML element** ( *elementRef* : Text {; *siblingElemName* : Text {; *siblingElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get next sibling XML element.Syntax-->**DOM Get next sibling XML element** ( *elementRef* : Text {; *siblingElemName* : Text {; *siblingElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get next sibling XML element.Params-->
<div class="no-index">

| 引数 | 型 | | 説明 |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| siblingElemName | Text | &#8592; | 兄弟XML要素名 |
| siblingElemValue | Text | &#8592; | 兄弟XML要素値 |
| siblingElemValue | any | &#8592; | 兄弟XML要素値 |
| 戻り値 | Text | &#8592; | 兄弟XML要素参照 |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-parent-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get parent XML element.Syntax-->**DOM Get parent XML element** ( *elementRef* : Text {; *parentElemName* : Text {; *parentElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get parent XML element.Syntax-->**DOM Get parent XML element** ( *elementRef* : Text {; *parentElemName* : Text {; *parentElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get parent XML element.Params-->
<div class="no-index">

| 引数 | 型 | | 説明 |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| parentElemName | Text | &#8592; | 親XML要素名 |
| parentElemValue | Text | &#8592; | 親XML要素値 |
| parentElemValue | any | &#8592; | 親XML要素値 |
| 戻り値 | Text | &#8592; | 親XML要素参照 |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ slug: /commands/dom-get-previous-sibling-xml-element
displayed_sidebar: docs
---

<!--REF #_command_.DOM Get previous sibling XML element.Syntax-->**DOM Get previous sibling XML element** ( *elementRef* : Text {; *siblingElemName* : Text {; *siblingElemValue* : Text}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get previous sibling XML element.Syntax-->**DOM Get previous sibling XML element** ( *elementRef* : Text {; *siblingElemName* : Text {; *siblingElemValue* : any}} ) : Text<!-- END REF-->
<!--REF #_command_.DOM Get previous sibling XML element.Params-->
<div class="no-index">

| 引数 | 型 | | 説明 |
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| siblingElemName | Text | &#8592; | 兄弟XML要素名 |
| siblingElemValue | Text | &#8592; | 兄弟XML要素値 |
| siblingElemValue | any | &#8592; | 兄弟XML要素値 |
| 戻り値 | Text | &#8592; | 兄弟XML要素参照 |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ displayed_sidebar: docs
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| childElemName | Text | &#8592; | 子要素名 |
| childElemValue | Text | &#8592; | 子要素値 |
| childElemValue | any | &#8592; | 子要素値 |
| 戻り値 | Text | &#8592; | 子要素参照 |
</div>
<!-- END REF-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ displayed_sidebar: docs
| --- | --- | --- | --- |
| elementRef | Text | &#8594; | XML要素参照 |
| childElemName | Text | &#8592; | 子要素名 |
| childElemValue | Text | &#8592; | 子要素値 |
| childElemValue | any | &#8592; | 子要素値 |
| 戻り値 | Text | &#8592; | XML要素参照 |
</div>
<!-- END REF-->
Expand Down
Loading
Loading