Interface S9ApiResource<T>
- All Superinterfaces:
Resource<T>
- All Known Implementing Classes:
DOMResource,MappedDOMResource,XdmValueResource
-
Method Summary
Modifier and TypeMethodDescriptionnet.sf.saxon.s9api.ProcessorReturns the SaxonProcessorthe 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 SaxonProcessorthe resource was parsed with.- Returns:
- a Saxon
Processor
-