Class SaxonXPathRuleQuery

    • Constructor Detail

      • SaxonXPathRuleQuery

        public SaxonXPathRuleQuery()
    • Method Detail

      • isSupportedVersion

        public boolean isSupportedVersion​(java.lang.String version)
        Description copied from class: AbstractXPathRuleQuery
        Subclasses should implement to indicate whether an XPath version is supported.
        Specified by:
        isSupportedVersion in class AbstractXPathRuleQuery
        Parameters:
        version - The XPath version.
        Returns:
        true if the XPath version is supported, false otherwise.
      • getAtomicRepresentation

        public static net.sf.saxon.value.AtomicValue getAtomicRepresentation​(java.lang.Object value)
        Gets the Saxon representation of the parameter, if its type corresponds to an XPath 2.0 atomic datatype.
        Parameters:
        value - The value to convert
        Returns:
        The converted AtomicValue
      • getSequenceRepresentation

        public static net.sf.saxon.value.Value getSequenceRepresentation​(java.util.List<?> list)