XMLDocument.documentURI

XMLDocument.documentURI as String

Summary

The URI of this document.

Usage Notes

Documents constructed using the builder will not have a document URI.

Example

cts.doc("example.xml").documentURI
  ==> "example.xml"
Powered by MarkLogic Server | Terms of Use | Privacy Policy