Loading TOC...

admin.databaseFragmentParent

admin.databaseFragmentParent(
   namespace as String?,
   localname as String
) as element(db.fragmentParent)

Summary

This function constructs a fragment parent specification.

Parameters
namespace The namespace URI. Specify an empty string if the element is in no namespace.
localname The local name for the node.

Example

  
  const admin = require('/MarkLogic/admin.xqy');
  var namespace = "my/namespace"
  var localname = "someElementName"
  admin.databaseFragmentParent(namespace, localname )

   //returns the fragments parent specification 
  

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.