Introduction | |
- | |
. | |
1 | |
2 | |
3 | |
9 | |
A | |
B | |
C | |
D | |
E | |
F | |
G | |
H | |
I | |
J | |
K | |
L | |
M | |
N | |
O | |
P | |
Q | |
R | |
S | |
T | |
» | U |
V | |
W | |
X | |
Y | |
Z | |
Θ |
UNARY
UNICODE
UNION
UNIQUENESS
Saxon extensions to XSD uniqueness and referential constraints
UNORDERED
unordered($sourceSeq as item()*) → item()*
UNPARSED-ENTITIES
UNPARSED-ENTITY-PUBLIC-ID
unparsed-entity-public-id() → xs:string
UNPARSED-ENTITY-URI
unparsed-entity-uri() → xs:string
UNPARSED-TEXT
unparsed-text($href as xs:string?, $encoding as xs:string) → xs:string?
unparsed-text($href as xs:string?) → xs:string?
UNPARSED-TEXT-AVAILABLE
unparsed-text-available($href as xs:string?, $encoding as xs:string) → xs:boolean
unparsed-text-available($href as xs:string?) → xs:boolean
UNPARSED-TEXT-LINES
unparsed-text-lines($href as xs:string?, $encoding as xs:string) → xs:string*
unparsed-text-lines($href as xs:string?) → xs:boolean
UNTYPED
parse-json($arg as xs:string, $options as map(*)) → document-node(element(*, xs:untyped))
parse-xml($arg as xs:string, $baseURI as xs:string) → document-node(element(*, xs:untyped))
parse-xml($arg as xs:string) → document-node(element(*, xs:untyped))
UPDATE
XQuery 3.0 and XQuery Update changes
UPDATES
XQuery Updates in Version 9.2 (2009-08-05)
XQuery Updates in Version 9.1 (2008-07-02)
UPPER
UPPER-CASE
upper-case($arg as xs:string?) → xs:string
URI
doc($uri as xs:string?) → document-node()?
doc-available($uri as xs:string?) → xs:boolean
document($uri as item()*, $base as node()*) → node()*
document($uri as item()*) → node()*
escape-html-uri($uri as xs:string?) → xs:string
put($doc as node(), $uri as xs:string) → xs:NCName?
Writing a URI Resolver for Input Files
Writing a URI Resolver for Output Files
URI-COLLECTION
uri-collection($arg as xs:string?) → xs:anyURI*
URI-PART
encode-for-uri($uri-part as xs:string?) → xs:string
USE
USER-DEFINED
User-defined serialization attributes
USING
Configuration using the .NET API
Evaluating XPath Expressions using s9api
Invoking XQuery using the XQJ API
Running the example using Microsoft Access
Running the example using MySQL
Using JAXP for Transformations
Using s9api for Transformations
Using saxon:stream() with saxon:iterate
XQuery example using the saxon:stream pragma
XSLT example using xsl:copy-of