Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 556 Bytes

get-sequence.md

File metadata and controls

21 lines (13 loc) · 556 Bytes

xptr:get-sequence

This gets a node sequence if the pointer type is sequnce.

xptr:get-sequence(uri as xs:string, pointer as xs:string) as node()*

Evaluates the TEI XPointer on a given URI and returns a sequence of nodes referenced by the pointer.

Arguments:

  • uri is the URL of the target document. It will be fetched and parsed.

  • pointer is the pointer as a string.

Implementing class:

org.teic.teixptr.implementation.extensions.GetSequence