
xdmp.documentGetQuality( uri as String ) as Number?
Returns the quality of the specified document if the document exists. Otherwise, returns the empty sequence.
| Parameters | |
|---|---|
| uri | The URI of the document in question. |
xdmp.documentGetQuality("example.xml");
=> 10