es.initSource( source-nodes as Sequence, entity-type-name as String ) as Sequence
This function is deprecated and will be removed in a future release.
Return the root node of an entity instance or document.
This function is meant for use in code generated by Entity Services.
You will not usually call this function outside of code generated by
Entity Services. The generated code uses this function to normalize
references to incoming source data to simplify the code. For example,
when you generate an instance converter module, the
extract-instance-T
function for some entity type
T
calls this function to normalize its input, which
might be an XML element node, a JSON object node, or a document node.