
cts.documentRootQuery( root as xs.QName ) as cts.documentRootQuery
Returns a query matching documents with a given root element.
| Parameters | |
|---|---|
| root | The root QName to query. | 
  cts.documentRootQuery(xs.QName("ROOT"))
  => Match documents with root element 'root'.