Uses of Class
de.wwu.scdh.annotation.selection.resource.MappedDOMResource
Packages that use MappedDOMResource
Package
Description
-
Uses of MappedDOMResource in de.wwu.scdh.annotation.selection.resource
Methods in de.wwu.scdh.annotation.selection.resource that return MappedDOMResourceModifier and TypeMethodDescriptionstatic 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. -
Uses of MappedDOMResource in de.wwu.scdh.annotation.selection.rewriter
Methods in de.wwu.scdh.annotation.selection.rewriter with parameters of type MappedDOMResourceModifier and TypeMethodDescriptionXPathRefinedByRFC5147CharSchemeBackwardMapper.rewrite(MappedDOMResource preimage, XPathRefinedByRFC5147CharScheme position, RewriterConfig config) XPathRefinedByRFC5147CharSchemeForwardMapper.rewrite(MappedDOMResource preimage, XPathRefinedByRFC5147CharScheme preimagePoint, RewriterConfig config) XPathRefinedByRFC5147CharSchemeToTextBackwardMapper.rewrite(MappedDOMResource preimage, RFC5147CharScheme position, RewriterConfig config) XPathRefinedByRFC5147CharSchemeToTextForwardMapper.rewrite(MappedDOMResource preimage, XPathRefinedByRFC5147CharScheme preimagePoint, RewriterConfig config)