Uses of Interface
de.wwu.scdh.annotation.selection.resource.S9ApiResource
Packages that use S9ApiResource
Package
Description
-
Uses of S9ApiResource in de.wwu.scdh.annotation.selection.resource
Classes in de.wwu.scdh.annotation.selection.resource that implement S9ApiResourceModifier 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. -
Uses of S9ApiResource in de.wwu.scdh.annotation.selection.rewriter
Methods in de.wwu.scdh.annotation.selection.rewriter with parameters of type S9ApiResourceModifier and TypeMethodDescriptionprotected final org.apache.commons.lang3.tuple.Pair<net.sf.saxon.s9api.XdmNode, Integer> XPathRewriterBase.getDeepTextNodeAtPositionStepOverEnd(S9ApiResource<? extends net.sf.saxon.s9api.XdmValue> resource, String xpath, int position) This is an implementation of the normalization step 1 for the modeMode.DEEP_NODE_STEP_OVER_END.protected final org.apache.commons.lang3.tuple.Pair<net.sf.saxon.s9api.XdmNode, Integer> XPathRewriterBase.getDeepTextNodeAtPositionStopAtEnd(S9ApiResource<? extends net.sf.saxon.s9api.XdmValue> resource, String xpath, int position) This is an implementation of the normalization step 1 for the modeMode.DEEP_NODE_STOP_AT_END.protected final org.apache.commons.lang3.tuple.Pair<net.sf.saxon.s9api.XdmNode, Integer> XPathRewriterBase.getFirstNodeAtPosition(S9ApiResource<? extends net.sf.saxon.s9api.XdmValue> resource, String xpath, int position) The implementation of step 1 of the normalization algorithm in modeMode.FIRST.protected final org.apache.commons.lang3.tuple.Pair<net.sf.saxon.s9api.XdmNode, Integer> XPathRewriterBase.getFirstOfDeepestNodesAtPosition(S9ApiResource<? extends net.sf.saxon.s9api.XdmValue> resource, String xpath, int position) The implementation of step 1 of the normalization algorithm in modeMode.FIRST_OF_DEEPEST_NODES.protected final org.apache.commons.lang3.tuple.Pair<net.sf.saxon.s9api.XdmNode, Integer> XPathRewriterBase.getLastOfDeepestNodesAtPosition(S9ApiResource<? extends net.sf.saxon.s9api.XdmValue> resource, String xpath, int position) The implementation of step 1 of the normalization algorithm in modeMode.LAST_OF_DEEPEST_NODES.protected final org.apache.commons.lang3.tuple.Pair<net.sf.saxon.s9api.XdmNode, Integer> XPathRewriterBase.getSecondNodeAtPosition(S9ApiResource<? extends net.sf.saxon.s9api.XdmValue> resource, String xpath, int position) The implementation of step 1 of the normalization algorithm in modeMode.SECOND.protected 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.