Skip to content

Functions: X

19 functions (19 overloads) on BasicRuntime.Functions starting with X.

A B C D E F G H I K L M N O P Q R S T U W X Z

XDOMADDCHILD

1 overload

static DynamicArray Functions.XDOMADDCHILD(DynamicArray xmlDocument, DynamicArray xpathString, DynamicArray nsMap, DynamicArray xmlElement, DynamicArray dupFlag)

Performs the xdomaddchild operation using the supplied xmlDocument, xpathString, nsMap, xmlElement, dupFlag.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XDOMADDCHILD(...) directly (no instance required) when your code needs to perform the xdomaddchild operation using the supplied xmlDocument, xpathString, nsMap, xmlElement, dupFlag.
How this member is tested

Act: var result = Functions.XDOMADDCHILD(/* a valid DynamicArray value */, /* a valid DynamicArray value */, /* a valid DynamicArray value */, /* a valid DynamicArray value */, /* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XDOMCLOSE

1 overload

static DynamicArray Functions.XDOMCLOSE(DynamicArray xmlHandle)

Performs the xdomclose operation using the supplied xmlHandle.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XDOMCLOSE(...) directly (no instance required) when your code needs to perform the xdomclose operation using the supplied xmlHandle.
How this member is tested

Act: var result = Functions.XDOMCLOSE(/* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XDOMCREATENODE

1 overload

static DynamicArray Functions.XDOMCREATENODE(DynamicArray xmlDocument, DynamicArray nodeName, DynamicArray nodeValue, DynamicArray nodeType, DynamicArray xmlElement)

Performs the xdomcreatenode operation using the supplied xmlDocument, nodeName, nodeValue, nodeType, xmlElement.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XDOMCREATENODE(...) directly (no instance required) when your code needs to perform the xdomcreatenode operation using the supplied xmlDocument, nodeName, nodeValue, nodeType, xmlElement.
How this member is tested

Act: var result = Functions.XDOMCREATENODE(/* a valid DynamicArray value */, /* a valid DynamicArray value */, /* a valid DynamicArray value */, /* a valid DynamicArray value */, /* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XDOMCREATEROOT

1 overload

static DynamicArray Functions.XDOMCREATEROOT(DynamicArray xmlHandle)

Performs the xdomcreateroot operation using the supplied xmlHandle.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XDOMCREATEROOT(...) directly (no instance required) when your code needs to perform the xdomcreateroot operation using the supplied xmlHandle.
How this member is tested

Act: var result = Functions.XDOMCREATEROOT(/* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XDOMGETATTRIBUTE

1 overload

static DynamicArray Functions.XDOMGETATTRIBUTE(DynamicArray xmlElement, DynamicArray xmlAttribute, DynamicArray xmlValue)

Performs the xdomgetattribute operation using the supplied xmlElement, xmlAttribute, xmlValue.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XDOMGETATTRIBUTE(...) directly (no instance required) when your code needs to perform the xdomgetattribute operation using the supplied xmlElement, xmlAttribute, xmlValue.
How this member is tested

Act: var result = Functions.XDOMGETATTRIBUTE(/* a valid DynamicArray value */, /* a valid DynamicArray value */, /* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XDOMGETCHILDNODES

1 overload

static DynamicArray Functions.XDOMGETCHILDNODES(DynamicArray xmlDocument, DynamicArray xmlValue)

Performs the xdomgetchildnodes operation using the supplied xmlDocument, xmlValue.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XDOMGETCHILDNODES(...) directly (no instance required) when your code needs to perform the xdomgetchildnodes operation using the supplied xmlDocument, xmlValue.
How this member is tested

Act: var result = Functions.XDOMGETCHILDNODES(/* a valid DynamicArray value */, /* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XDOMGETNODENAME

1 overload

static DynamicArray Functions.XDOMGETNODENAME(DynamicArray xmlElement, DynamicArray xmlValue)

Performs the xdomgetnodename operation using the supplied xmlElement, xmlValue.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XDOMGETNODENAME(...) directly (no instance required) when your code needs to perform the xdomgetnodename operation using the supplied xmlElement, xmlValue.
How this member is tested

Act: var result = Functions.XDOMGETNODENAME(/* a valid DynamicArray value */, /* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XDOMGETNODETYPE

1 overload

static DynamicArray Functions.XDOMGETNODETYPE(DynamicArray xmlElement, DynamicArray xmlValue)

Performs the xdomgetnodetype operation using the supplied xmlElement, xmlValue.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XDOMGETNODETYPE(...) directly (no instance required) when your code needs to perform the xdomgetnodetype operation using the supplied xmlElement, xmlValue.
How this member is tested

Act: var result = Functions.XDOMGETNODETYPE(/* a valid DynamicArray value */, /* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XDOMGETNODEVALUE

1 overload

static DynamicArray Functions.XDOMGETNODEVALUE(DynamicArray xmlElement, DynamicArray xmlValue)

Performs the xdomgetnodevalue operation using the supplied xmlElement, xmlValue.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XDOMGETNODEVALUE(...) directly (no instance required) when your code needs to perform the xdomgetnodevalue operation using the supplied xmlElement, xmlValue.
How this member is tested

Act: var result = Functions.XDOMGETNODEVALUE(/* a valid DynamicArray value */, /* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XDOMITEM

1 overload

static DynamicArray Functions.XDOMITEM(DynamicArray xmlElement, int index, DynamicArray dataHandle, int dataType)

Performs the xdomitem operation using the supplied xmlElement, index, dataHandle, dataType.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XDOMITEM(...) directly (no instance required) when your code needs to perform the xdomitem operation using the supplied xmlElement, index, dataHandle, dataType.
How this member is tested

Act: var result = Functions.XDOMITEM(/* a valid DynamicArray value */, 1, /* a valid DynamicArray value */, 1)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XDOMLENGTH

1 overload

static DynamicArray Functions.XDOMLENGTH(DynamicArray xmlElement, DynamicArray length)

Performs the xdomlength operation using the supplied xmlElement, length.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XDOMLENGTH(...) directly (no instance required) when your code needs to perform the xdomlength operation using the supplied xmlElement, length.
How this member is tested

Act: var result = Functions.XDOMLENGTH(/* a valid DynamicArray value */, /* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XDOMLOCATE

1 overload

static DynamicArray Functions.XDOMLOCATE(DynamicArray xmlHandle, DynamicArray xpathString, DynamicArray nsPath, DynamicArray xmlElement)

Performs the xdomlocate operation using the supplied xmlHandle, xpathString, nsPath, xmlElement.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XDOMLOCATE(...) directly (no instance required) when your code needs to perform the xdomlocate operation using the supplied xmlHandle, xpathString, nsPath, xmlElement.
How this member is tested

Act: var result = Functions.XDOMLOCATE(/* a valid DynamicArray value */, /* a valid DynamicArray value */, /* a valid DynamicArray value */, /* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XDOMOPEN

1 overload

static DynamicArray Functions.XDOMOPEN(DynamicArray xmlSource, DynamicArray sourceType, DynamicArray xmlHandle)

Performs the xdomopen operation using the supplied xmlSource, sourceType, xmlHandle.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XDOMOPEN(...) directly (no instance required) when your code needs to perform the xdomopen operation using the supplied xmlSource, sourceType, xmlHandle.
How this member is tested

Act: var result = Functions.XDOMOPEN(/* a valid DynamicArray value */, /* a valid DynamicArray value */, /* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XDOMSETNODEVALUE

1 overload

static DynamicArray Functions.XDOMSETNODEVALUE(DynamicArray xmlElement, DynamicArray xmlValue)

Performs the xdomsetnodevalue operation using the supplied xmlElement, xmlValue.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XDOMSETNODEVALUE(...) directly (no instance required) when your code needs to perform the xdomsetnodevalue operation using the supplied xmlElement, xmlValue.
How this member is tested

Act: var result = Functions.XDOMSETNODEVALUE(/* a valid DynamicArray value */, /* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XDOMWRITE

1 overload

static DynamicArray Functions.XDOMWRITE(DynamicArray xmlDocument, DynamicArray xmlSource, DynamicArray docLocation)

Performs the xdomwrite operation using the supplied xmlDocument, xmlSource, docLocation.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XDOMWRITE(...) directly (no instance required) when your code needs to perform the xdomwrite operation using the supplied xmlDocument, xmlSource, docLocation.
How this member is tested

Act: var result = Functions.XDOMWRITE(/* a valid DynamicArray value */, /* a valid DynamicArray value */, /* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XLATE

1 overload

static DynamicArray Functions.XLATE(DynamicArray fileName, DynamicArray key, DynamicArray attribute, DynamicArray code)

Performs the xlate operation using the supplied fileName, key, attribute, code.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XLATE(...) directly (no instance required) when your code needs to perform the xlate operation using the supplied fileName, key, attribute, code.
How this member is tested

Act: var result = Functions.XLATE(/* a valid DynamicArray value */, /* a valid DynamicArray value */, /* a valid DynamicArray value */, /* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XMLDECODE

1 overload

static DynamicArray Functions.XMLDECODE(DynamicArray xmlDoc, DynamicArray node, DynamicArray attributes, DynamicArray result)

Performs the xmldecode operation using the supplied xmlDoc, node, attributes, result.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XMLDECODE(...) directly (no instance required) when your code needs to perform the xmldecode operation using the supplied xmlDoc, node, attributes, result.
How this member is tested

Act: var result = Functions.XMLDECODE(/* a valid DynamicArray value */, /* a valid DynamicArray value */, /* a valid DynamicArray value */, /* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XMLGETERROR

1 overload

static DynamicArray Functions.XMLGETERROR(DynamicArray errorCode, DynamicArray errorMessage)

Performs the xmlgeterror operation using the supplied errorCode, errorMessage.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XMLGETERROR(...) directly (no instance required) when your code needs to perform the xmlgeterror operation using the supplied errorCode, errorMessage.
How this member is tested

Act: var result = Functions.XMLGETERROR(/* a valid DynamicArray value */, /* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.

XTD

1 overload

static DynamicArray Functions.XTD(DynamicArray value)

Performs the xtd operation using the supplied value.

Kind Method (static)
Returns DynamicArray
Use case Call Functions.XTD(...) directly (no instance required) when your code needs to perform the xtd operation using the supplied value.
How this member is tested

Act: var result = Functions.XTD(/* a valid DynamicArray value */)
Assert: result is a non-null instance whose state matches expectations.

Expected: Returns an instance of DynamicArray; verify its properties reflect the expected resulting state.