Uses of Interface
de.wwu.scdh.annotation.selection.Rewriter
Packages that use Rewriter
Package
Description
-
Uses of Rewriter in de.wwu.scdh.annotation.selection
Methods in de.wwu.scdh.annotation.selection with type parameters of type RewriterModifier 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. -
Uses of Rewriter in de.wwu.scdh.annotation.selection.rewriter
Classes in de.wwu.scdh.annotation.selection.rewriter that implement RewriterModifier and TypeClassDescriptionclassThe same position (or range) in aDOMResourcecan be selected by different pairs of XPaths and RFC 5147 character schemes (or range schemes), i.e.classAXPathNormalizerthat generates normalized path expressions by using an XPath expression that is evaluated on the context node in question.classMap anXPathRefinedByRFC5147CharSchemepoint into an image to aXPathRefinedByRFC5147CharSchemepoint into the XML preimage.classMap anXPathRefinedByRFC5147CharSchemepoint inside a preimage to the analog point inside the derived image.classMap anRFC5147CharSchemepoint into a plain text image to aXPathRefinedByRFC5147CharSchemepoint into the XML preimage.classMap anXPathRefinedByRFC5147CharSchemepoint inside a preimage to the analog point inside the derived plain text image.Methods in de.wwu.scdh.annotation.selection.rewriter with type parameters of type RewriterModifier 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 Rewriter in de.wwu.scdh.annotation.selection.wadm
Fields in de.wwu.scdh.annotation.selection.wadm declared as RewriterModifier and TypeFieldDescriptionprotected Rewriter<DOMResource, RFC5147CharScheme, ? extends Point> NormalizeRFC5147CharScheme.rewriterprotected Rewriter<DOMResource, XPathRefinedByRFC5147CharScheme, ? extends Point> NormalizeXPathSelectorRefinedByRFC5147CharScheme.rewriter