You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<synopsis>content:get-metadata($binary as xs:base64Binary) as document-node()
39
39
content:get-metadata-and-content($binary as xs:base64Binary) as document-node()
40
-
content:stream-content($binary as xs:base64Binary, $paths as xs:string*, $callback as function, $namespaces as element()?, $userData as item()*) as empty()</synopsis>
40
+
content:stream-content($binary as xs:base64Binary, $paths as xs:string*, $callback as function, $namespaces as element()?, $userData as item()*) as empty-sequence()</synopsis>
41
41
<para>The first two functions need little explanation: get-metadata just returns some
42
42
metadata extracted from the resource, while get-metadata-and-content will also
43
43
provide the text body of the resource—if there is any. The third function is a
0 commit comments