Interface S9ApiResource<T>

All Superinterfaces:
Resource<T>
All Known Implementing Classes:
DOMResource, MappedDOMResource, XdmValueResource

public interface S9ApiResource<T> extends Resource<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    net.sf.saxon.s9api.Processor
    Returns the Saxon Processor the resource was parsed with.

    Methods inherited from interface de.wwu.scdh.annotation.selection.Resource

    getContents, getUri
  • Method Details

    • getProcessor

      net.sf.saxon.s9api.Processor getProcessor()
      Returns the Saxon Processor the resource was parsed with.
      Returns:
      a Saxon Processor