Uses of Interface
de.wwu.scdh.annotation.selection.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in de.wwu.scdh.annotation.selection
Classes in de.wwu.scdh.annotation.selection with type parameters of type ResourceModifier and TypeInterfaceDescriptioninterfaceSubinterfaces of Resource in de.wwu.scdh.annotation.selectionModifier and TypeInterfaceDescriptioninterfaceMappedResource<T1,T2, A1, A2> AMappedResourceis aResource, for which there is a derivation or mapping generated by some derivation mechanism, e.g., XSLT.Methods in de.wwu.scdh.annotation.selection with type parameters of type ResourceModifier and TypeMethodDescription<R extends Resource<?>,P1 extends Point, P2 extends Point, P3 extends Point, RW extends Rewriter<R, P1, P3>>
RWRewriterFactory.getRewriter(Class<P1> point1, Class<P2> point2, RewriterConfig config) For a combination ofPointclasses, the first of which is the input point, the second is the desired output, return a Rewriter.Methods in de.wwu.scdh.annotation.selection that return Resource -
Uses of Resource in de.wwu.scdh.annotation.selection.resource
Subinterfaces of Resource in de.wwu.scdh.annotation.selection.resourceClasses in de.wwu.scdh.annotation.selection.resource that implement ResourceModifier and TypeClassDescriptionclassADOMResourceis a webResourcethat can be parsed to a DOM representation, e.g., an HTML or an XML document.classAMappedResourcemapping twoDOMResources to each other.classTheXdmValueResourceis suitable for all kinds of resources derived from aDOMResource, even for plain text images.Methods in de.wwu.scdh.annotation.selection.resource that return ResourceModifier and TypeMethodDescriptionResource<?> 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. -
Uses of Resource in de.wwu.scdh.annotation.selection.rewriter
Methods in de.wwu.scdh.annotation.selection.rewriter with type parameters of type ResourceModifier and TypeMethodDescription<R extends Resource<?>,P1 extends Point, P2 extends Point, P3 extends Point, RW extends Rewriter<R, P1, P3>>
RWBackwardMappingFactory.getRewriter(Class<P1> point1, Class<P2> point2, RewriterConfig config) <R extends Resource<?>,P1 extends Point, P2 extends Point, P3 extends Point, RW extends Rewriter<R, P1, P3>>
RWForwardMappingFactory.getRewriter(Class<P1> point1, Class<P2> point2, RewriterConfig config) <R extends Resource<?>,P1 extends Point, P2 extends Point, P3 extends Point, RW extends Rewriter<R, P1, P3>>
RWNormalizerFactory.getRewriter(Class<P1> point1, Class<P2> point2, RewriterConfig config) -
Uses of Resource in de.wwu.scdh.annotation.selection.wadm
Fields in de.wwu.scdh.annotation.selection.wadm declared as ResourceModifier and TypeFieldDescriptionprotected final Resource<?> NormalizeXPathSelector.domprotected final Resource<?> NormalizeAnnotation.resourceprotected final Resource<?> NormalizeRangeSelector.resourceprotected final Resource<?> NormalizeRFC5147CharScheme.resourceprotected final Resource<?> NormalizeTarget.resourceprotected final Resource<?> NormalizeXPathSelectorRefinedByRFC5147CharScheme.resourceMethods in de.wwu.scdh.annotation.selection.wadm with parameters of type ResourceModifier and TypeMethodDescriptionstatic org.apache.jena.rdf.model.ModelNormalizeAnnotation.normalize(Resource<?> resource, URI iri, RewriterFactory rewriterFactory, RewriterConfig normalizerConfig, InputStream input, Optional<String> lang, Optional<String> modelBase) Normalize all annotations in aModelwhich is read from anInputStream.static org.apache.jena.rdf.model.ModelNormalizeAnnotation.normalize(Resource<?> resource, URI iri, RewriterFactory rewriterFactory, RewriterConfig normalizerConfig, String graph, Optional<String> lang) Normalize all annotations in aModelgiven by a URI asStringwhich may reference a local file (file URI) or an online resource.static org.apache.jena.rdf.model.ModelNormalizeAnnotation.normalize(Resource<?> resource, URI iri, RewriterFactory rewriterFactory, RewriterConfig normalizerConfig, org.apache.jena.rdf.model.Model model) Normalize all annotations in the providedModel.static org.apache.jena.rdf.model.ModelNormalizeAnnotation.rewrite(Resource<?> resource, URI iri, URI rewriteIri, RewriterFactory rewriterFactory, RewriterConfig normalizerConfig, InputStream input, Optional<String> lang, Optional<String> modelBase) Rewrite all annotations in the providedModel.static org.apache.jena.rdf.model.ModelNormalizeAnnotation.rewrite(Resource<?> resource, URI iri, URI rewriteIri, RewriterFactory rewriterFactory, RewriterConfig normalizerConfig, String graph, Optional<String> lang) Rewrite all annotations in the providedModel.static org.apache.jena.rdf.model.ModelNormalizeAnnotation.rewrite(Resource<?> resource, URI iri, URI rewriteIri, RewriterFactory rewriterFactory, RewriterConfig normalizerConfig, org.apache.jena.rdf.model.Model model) Rewrite all annotations in the providedModel.Constructors in de.wwu.scdh.annotation.selection.wadm with parameters of type ResourceModifierConstructorDescriptionNormalizeAnnotation(Resource<?> resource, URI iri, Optional<URI> rewriteIri, RewriterFactory rewriterFactory, RewriterConfig normalizerConfig, org.apache.jena.rdf.model.Model model) NormalizeRangeSelector(Resource<?> resource, URI iri, RewriterFactory rewriterFactory, RewriterConfig normalizerConfig, org.apache.jena.rdf.model.Model model) NormalizeRFC5147CharScheme(Resource<?> resource, URI iri, RewriterFactory rewriterFactory, org.apache.jena.rdf.model.Model model, RewriterConfig normalizerConfig) NormalizeTarget(Resource<?> resource, URI iri, Optional<URI> rewriteIri, RewriterFactory rewriterFactory, RewriterConfig normalizerConfig, org.apache.jena.rdf.model.Model model) NormalizeXPathSelector(net.sf.saxon.s9api.Processor processor, RewriterFactory rewriterFactory, org.apache.jena.rdf.model.Model model, Resource<?> dom, Mode mode) NormalizeXPathSelectorRefinedByRFC5147CharScheme(Resource<?> resource, URI iri, RewriterFactory rewriterFactory, org.apache.jena.rdf.model.Model model, RewriterConfig normalizerConfig)