Function me::Parent(runtimeId)

me::Parent

The function me::Parent returns the parent of a runtime identifier.

me::Parent(
        runtimeId   ! (input) an element
)

Arguments

runtimeId

An element in the set AllIdentifiers referencing a runtime identifier.

Return Value

The function returns an element in the set AllIdentifiers referencing the parent of the referenced identifier or the empty element if the referenced identifier is a runtime library. When runtimeId doesn’t reference a runtime identifier an error will be raised.

See also

The functions me::Children and me::GetAttribute.