Uses of Class
de.wwu.scdh.annotation.selection.ResourceException
Packages that use ResourceException
-
Uses of ResourceException in de.wwu.scdh.annotation.selection.resource
Methods in de.wwu.scdh.annotation.selection.resource that throw ResourceExceptionModifier and TypeMethodDescriptionstatic net.sf.saxon.s9api.XsltPackageResourceBuilder.compileTracingPackage(net.sf.saxon.s9api.XsltCompiler compiler, ResourceBuilder.OutputMethod method) This compiles the XSLT tracing library for the given output method.static DOMResourceDOMResource.fromXMLwithXerces(URI uri, InputStream inputStream, String systemId, net.sf.saxon.s9api.Processor processor) Make aMappedDOMResourcefrom XML input given as anInputStreamusing the Xerces DOM parser.static DOMResourceDOMResource.fromXMLwithXerces(URI uri, net.sf.saxon.s9api.Processor processor) Same asDOMResource.fromXMLwithXerces(URI, InputStream, String, Processor), but gets the input from the URI.MappedDOMResource.getNodeTrace(net.sf.saxon.s9api.XdmNode node, String xpath) Get the node ID of the given node.protected voidMappedDOMResource.leaveTraces()Prepare mapping writing node identifiers into DOM level 3 user data and setting upMappedDOMResource.idToPreimageNode.static MappedDOMResourceResourceBuilder.mapWithXslTransformation(URI imageUri, DOMResource preimage, net.sf.saxon.s9api.Xslt30Transformer transformer, Class<? extends Point> imagePointClass) Derives aMappedDOMResourcefrom a preimage and an XSLT stylesheet.static MappedDOMResourceResourceBuilder.mapWithXsltTracePackage(DOMResource preimage, URI stylesheet, InputStream traceStream, String traceSystemId, Class<? extends Point> imagePointClass) Derives aMappedDOMResourcefrom a preimage and an XSLT stylesheet.static MappedDOMResourceResourceBuilder.mapWithXsltTracePackage(DOMResource preimage, URI stylesheet, Class<? extends Point> imagePointClass) Makes aMappedDOMResourcefrom a preimage and an XSLT stylesheet.static MappedDOMResourceResourceBuilder.mapWithXsltTracePackage(DOMResource preimage, URI stylesheet, URI tracePkg, Class<? extends Point> imagePointClass) Makes aMappedDOMResourcefrom a preimage and an XSLT stylesheet.Resource<?> ResourceBuilder.parseResource(URI resource, ResourceBuilder.Parser parser) Parses the contents of a given URI with a givenResourceBuilder.Parser.Resource<?> ResourceBuilder.parseResource(URI resource, InputStream inputStream, String systemId, ResourceBuilder.Parser parser) Parses the contents of a given URI with a givenResourceBuilder.Parser.ResourceBuilder.pointerClassFromOutputMethod(String method) Returns the point class for the output method, i.e.ResourceBuilder.pointerClassFromOutputMethod(net.sf.saxon.s9api.Xslt30Transformer transformer) Gets the default output method from the stylesheet and returns the point class for it.static net.sf.saxon.s9api.ProcessorResourceBuilder.processorFromModifiedConfig(Source config) Returns aProcessormade with the Saxon config given in as the second argument after modifying it following the internal requirements for the tracing package.protected voidMappedDOMResource.readTraces()Make the mappingsMappedDOMResource.forwardMapandMappedDOMResource.reverseMapby iterating over the items in the image, i.e., its contents, and read the DOM level 3 user data in there.voidMappedDOMResource.setImage(XdmValueResource image) Set the imageDOMResource.Constructors in de.wwu.scdh.annotation.selection.resource that throw ResourceExceptionModifierConstructorDescriptionMappedDOMResource(DOMResource preimage) Make aMappedDOMResourcefrom aDOMResourcewhich is used as the preimage.MappedDOMResource(URI uri, net.sf.saxon.s9api.XdmNode document, net.sf.saxon.s9api.Processor processor) Create a newMappedDOMResource.