Uses of Enum Class
de.wwu.scdh.annotation.selection.Mode
Packages that use Mode
Package
Description
-
Uses of Mode in de.wwu.scdh.annotation.selection
Methods in de.wwu.scdh.annotation.selection that return ModeModifier and TypeMethodDescriptionRewriterConfig.getMode()static ModeReturns the enum constant of this class with the specified name.static Mode[]Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.wwu.scdh.annotation.selection with parameters of type ModeModifier and TypeMethodDescriptionstatic RewriterConfigRewriterConfig.withMode(RewriterConfig config, Mode mode) Clone theRewriterConfig, but set a newMode.Constructors in de.wwu.scdh.annotation.selection with parameters of type ModeModifierConstructorDescriptionRewriterConfig(Mode mode, boolean escaped, String xpath, boolean rewritesTraceLeaf, boolean removeEmptyNamespaces) Make a newRewriterConfig.RewriterConfig(Mode mode, boolean escaped, String xpath, boolean rewritesTraceLeaf, boolean removeEmptyNamespaces, Map<Class<? extends Point>, Class<? extends Point>> pointClassMap, boolean writeBackErrorMessages) Make a newRewriterConfig. -
Uses of Mode in de.wwu.scdh.annotation.selection.rewriter
Methods in de.wwu.scdh.annotation.selection.rewriter with parameters of type ModeModifier and TypeMethodDescriptionprotected org.apache.commons.lang3.tuple.Pair<net.sf.saxon.s9api.XdmNode, Integer> XPathRewriterBase.getTextNodeAtPosition(S9ApiResource<? extends net.sf.saxon.s9api.XdmValue> resource, String xpath, int position, Mode mode) This method run the first stage of the normalization process. -
Uses of Mode in de.wwu.scdh.annotation.selection.wadm
Fields in de.wwu.scdh.annotation.selection.wadm declared as ModeModifier and TypeFieldDescriptionstatic final ModeNormalizeRangeSelector.END_XPATH_SELECTOR_MODEprotected final ModeNormalizeXPathSelector.normalizerModestatic final ModeNormalizeRangeSelector.START_XPATH_SELECTOR_MODEConstructors in de.wwu.scdh.annotation.selection.wadm with parameters of type ModeModifierConstructorDescriptionNormalizeXPathSelector(net.sf.saxon.s9api.Processor processor, RewriterFactory rewriterFactory, org.apache.jena.rdf.model.Model model, Resource<?> dom, Mode mode)