Uses of Class
de.wwu.scdh.annotation.selection.SelectorException
Packages that use SelectorException
Package
Description
-
Uses of SelectorException in de.wwu.scdh.annotation.selection
Methods in de.wwu.scdh.annotation.selection that throw SelectorException -
Uses of SelectorException in de.wwu.scdh.annotation.selection.rewriter
Methods in de.wwu.scdh.annotation.selection.rewriter that throw SelectorExceptionModifier 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 net.sf.saxon.s9api.XdmNodeXPathRewriterBase.getNode(DOMResource resource, String xpath) Get the node from the DOM resource given by the XPath passed as argument.protected final net.sf.saxon.s9api.XdmNodeXPathRewriterBase.getNode(XdmValueResource resource, String xpath) Get the node from the XDM value resource given by the XPath passed as argument.protected final net.sf.saxon.s9api.XdmNodeGet the node from the DOM resource given by the XPath passed as argument.protected abstract StringXPathNormalizer.getNormalizedXPath(DOMResource resource, net.sf.saxon.s9api.XdmNode node, boolean escaped) This abstract method must be implemented by normalizers.protected StringXPathNormalizerWithXPath.getNormalizedXPath(DOMResource resource, net.sf.saxon.s9api.XdmNode node, boolean escaped) Get the path to theXdmNodegiven as parameter by using the XPath expressing the normalizer was initialized with.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.protected StringXPathRewriterBase.pathExpressionWithXPath(String xpath, net.sf.saxon.s9api.XdmNode node, boolean escaped) Get the path to theXdmNodegiven as parameter by using the provided XPath for generating a path expression.protected intXPathRewriterBase.posInNormalizedNode(net.sf.saxon.s9api.XdmNode textNode, int pos, net.sf.saxon.s9api.XdmNode fragment) Get the new position value based on the old one and the fragment selected by the normalized XPath.protected org.apache.commons.lang3.tuple.Pair<net.sf.saxon.s9api.XdmNode, Integer> XPathRewriterBase.reportNotFound(String xpath, int position) Report that the position is not found inside the selected fragment.XPathNormalizer.rewrite(DOMResource resource, XPathRefinedByRFC5147CharScheme point, RewriterConfig config) Normalize an XPath Selector refined by an RFC5147 character scheme.XPathRefinedByRFC5147CharSchemeBackwardMapper.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) -
Uses of SelectorException in de.wwu.scdh.annotation.selection.wadm
Methods in de.wwu.scdh.annotation.selection.wadm that throw SelectorExceptionModifier and TypeMethodDescriptionvoidNormalizeRFC5147CharScheme.acceptThrows(org.apache.jena.rdf.model.Resource selector) voidNormalizeXPathSelectorRefinedByRFC5147CharScheme.acceptThrows(org.apache.jena.rdf.model.Resource selector) Do the normalization and throw exceptions on errors.