Class SaxonErrorCode


  • public class SaxonErrorCode
    extends java.lang.Object
    The class acts as a register of Saxon-specific error codes.

    Technically, these codes should be in their own namespace. At present, however, they share the same namespace as system-defined error codes.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SXCH0002
      SXCH0002: cannot supply output to ContentHandler because it is not well-formed
      static java.lang.String SXCH0003
      SXCH0003: error reported by the ContentHandler (SAXResult) to which the result tree was sent
      static java.lang.String SXCH0004
      SXCH0004: cannot load user-supplied ContentHandler
      static java.lang.String SXCH0005
      SXCH0005: invalid pseudo-attribute syntax
      static java.lang.String SXJE0001
      SXJE0001: Must supply an argument for a non-static extension function
      static java.lang.String SXJE0005
      SXJE0005: cannot convert xs:string to Java char unless the length is exactly one
      static java.lang.String SXJE0051
      SXJE0051: supplied Java List/Array contains a member that cannot be converted to an Item
      static java.lang.String SXJE0052
      SXJE0052: exception thrown by extension function
      static java.lang.String SXJE0053
      SXJE0053: I/O error in saxon-read-binary-resource
      static java.lang.String SXJM0001
      SXJM0001: Error in arguments to saxon:send-mail
      static java.lang.String SXJM0002
      SXJM0002: Failure in saxon:send-mail reported by mail service
      static java.lang.String SXJS0001
      SXJS0001: Cannot export for Javascript if the stylesheet uses unsupported features
      static java.lang.String SXJX0001
      SXJX0001: integer in input to octets-to-base64Binary or octets-to-hexBinary is out of range 0-255
      static java.lang.String SXLM0001
      SXLM0001: stylesheet or query appears to be looping/recursing indefinitely
      static java.lang.String SXOR0001
      SXOR0001: XSD saxon:ordered constraint not satisfied
      static java.lang.String SXPK0001
      SXPK0001: No binding available for call-template instruction
      static java.lang.String SXPK0002
      SXPK0002: invalid content found in compiled package
      static java.lang.String SXPK0003
      SXPK0003: stylesheet package has unsatisfied schema dependency
      static java.lang.String SXPK0004
      SXPK0004: documentation namespace can be used only for documentation
      static java.lang.String SXPK0005
      SXPK0005: unresolved component reference in SEF file
      static java.lang.String SXRD0001
      SXRD0001: URI supplied to xsl:result-document does not identify a writable destination
      static java.lang.String SXRD0002
      SXRD0002: Base output URI for xsl:result-document is unknown
      static java.lang.String SXRD0003
      SXRD0003: Failure while closing the xsl:result-document destination after writing
      static java.lang.String SXRD0004
      SXRD0004: Unwritable file given as the result destination
      static java.lang.String SXRE0001
      SXRE0001: stack overflow within regular expression evaluation
      static java.lang.String SXSD1000
      SXSD1000: unknown attribute group
      static java.lang.String SXSD1001
      SXSD1001: unknown attribute declaration
      static java.lang.String SXSD1002
      SXSD1002: invalid substitution group membership
      static java.lang.String SXSD1003
      SXSD1003: unknown element declaration
      static java.lang.String SXSD1004
      SXSD1004: field declaration may select no nodes, or multiple nodes
      static java.lang.String SXSD1005
      SXSD1005: field declaration selects a node that cannot be atomized
      static java.lang.String SXSD1006
      SXSD1006: unknown named model group
      static java.lang.String SXSD1007
      SXSD1007: missing component in schema
      static java.lang.String SXSD1008
      SXSD1008: unknown schema type
      static java.lang.String SXSD1009
      SXSD1009: constraints in derived type may not be compatible with constraints in the base type
      static java.lang.String SXSD1010
      SXSD1010: enumeration value is not a valid instance of the type
      static java.lang.String SXSD1011
      SXSD1011: type of local element is not derived from type of global element
      static java.lang.String SXSD1012
      SXSD1012: minOccurs/maxOccurs limits adjusted because out of supported range
      static java.lang.String SXSD1014
      SXSD1014: unrecognized schema versioning attribute
      static java.lang.String SXSD1015
      SXSD1015: use="prohibited" on an attribute group has no effect
      static java.lang.String SXSD1016
      SXSD1016: redefined component is in the wrong schema module
      static java.lang.String SXSD1017
      SXSD1017: target of xs:override is not a valid schema
      static java.lang.String SXSE0001
      SXSE0001: cannot use character maps in an environment with no Controller
      static java.lang.String SXSE0002
      SXSE0002: cannot use output property saxon:supply-source-locator unless tracing was enabled at compile time
      static java.lang.String SXSQ0001
      SXSQ0001: value of argument to SQL instruction is not a JDBC Connection object
      static java.lang.String SXSQ0002
      SXSQ0002: failed to close JDBC Connection
      static java.lang.String SXSQ0003
      SXSQ0003: failed to open JDBC Connection
      static java.lang.String SXSQ0004
      SXSQ0004: SQL Insert/Update/Delete action failed
      static java.lang.String SXSQ0005
      SXSQ0005: Warning JDBC is not thread safe
      static java.lang.String SXST0001
      SXST0001: Static error in template rule, found during JIT compilation
      static java.lang.String SXST0060
      SXST0060: Template in a streaming mode is not streamable
      static java.lang.String SXST0061
      SXST0061: Requested initial mode is streamable; must supply SAXSource or StreamSource
      static java.lang.String SXST0062
      SXST0062: Component cannot be streamed, though it should be streamable
      static java.lang.String SXST0065
      SXST0065: Cannot use tracing with streaming templates
      static java.lang.String SXST0066
      SXST0066: Cannot disable optimization when xsl:stream is used
      static java.lang.String SXST0067
      SXST0067: Internal problem executing expression in streaming mode
      static java.lang.String SXST0068
      SXST0068: This configuration does not allow streaming
      static java.lang.String SXST0069
      SXST0069: Exporting a stylesheet containing static references to XQuery functions
      static java.lang.String SXST0070
      SXST0070: Exporting a stylesheet containing static references to external Java objects
      static java.lang.String SXST0071
      SXST0071: Exporting a stylesheet containing static references to saxon:tabulate-maps instruction
      static java.lang.String SXST0072
      SXST0072: Exporting a stylesheet containing extensions instruction
      static java.lang.String SXTA0001
      SXTA0001: unresolved type alias
      static java.lang.String SXTM0001
      SXTM0001: tabulate-maps: selecting an item with no pedigree
      static java.lang.String SXTT0001
      SXTT0001: field name not defined in tuple type
      static java.lang.String SXUP0081
      SXUP0081: attempt to update a non-updatable node
      static java.lang.String SXWN9000
      SXWN9000: miscellaneous warning message
      static java.lang.String SXWN9001
      SXWN9001: a variable declaration with no following siblings has no effect
      static java.lang.String SXWN9002
      SXWN9002: saxon:indent-spaces must be a positive integer
      static java.lang.String SXWN9003
      SXWN9003: saxon:require-well-formed must be "yes" or "no"
      static java.lang.String SXWN9004
      SXWN9004: saxon:next-in-chain cannot be specified dynamically
      static java.lang.String SXWN9005
      SXWN9005: The 'default' attribute of saxon:collation no longer has any effect
      static java.lang.String SXWN9006
      SXWN9006: No schema-location was specified, and no schema with the requested target namespace is known, so the schema import was ignored
      static java.lang.String SXWN9007
      SXWN9007: Cannot use reserved namespace in extension-element-prefixes
      static java.lang.String SXWN9008
      SXWN9008: Saxon extension element not recognized because namespace not declared in extension-element-prefixes
      static java.lang.String SXWN9009
      SXWN9009: an empty xsl:for-each or xsl:for-each-group has no effect
      static java.lang.String SXWN9010
      SXWN9010: saxon:recognize-binary must be "yes" or "no"
      static java.lang.String SXWN9011
      SXWN9011: saxon:memo-function ignored under Saxon-HE
      static java.lang.String SXWN9012
      SXWN9012: saxon:threads ignored when compiling with trace enabled
      static java.lang.String SXWN9013
      SXWN9013: saxon:threads ignored when not running under Saxon-EE
      static java.lang.String SXWN9014
      SXWN9014: xsl:function/@override is deprecated in 3.0
      static java.lang.String SXWN9015
      SXWN9015: Pattern will never match anything
      static java.lang.String SXWN9016
      SXWN9016: saxon:assign used with multi-threading enabled
      static java.lang.String SXWN9017
      SXWN9017: saxon:copy-of copying accumulators pointlessly
      static java.lang.String SXWN9018
      SXWN9018: warning during schema processing
      static java.lang.String SXWN9019
      SXWN9019: stylesheet module included or imported more than once
      static java.lang.String SXWN9020
      SXWN9020: unrecognized XSLT version
      static java.lang.String SXWN9021
      SXWN9021: extension attribute ignored because not recognized in this Saxon version
      static java.lang.String SXWN9022
      SXWN9022: warning returned by regular expression compiler
      static java.lang.String SXWN9023
      SXWN9023: mode="#current" specified when not inside xsl:template
      static java.lang.String SXWN9024
      SXWN9024: Fallback to non-streamed execution
      static java.lang.String SXWN9025
      SXWN9025: Comparison will always be false
      static java.lang.String SXWN9026
      SXWN9026: The only value that can pass type checking is an empty sequence
      static java.lang.String SXWN9027
      SXWN9027: Expression is valid statically, but will always fail if executed
      static java.lang.String SXWN9028
      SXWN9028: XPath Construct A/[XYZ] is probably not intended: try A/*[XYZ]
      static java.lang.String SXWN9029
      SXWN9029: xsl:on-empty/xsl:on-non-empty in this context has no effect
      static java.lang.String SXWN9030
      SXWN9030: creating an attribute or namespace is likely to fail because children have already been created
      static java.lang.String SXWN9031
      SXWN9031: lax validation has no effect because there is no element/attribute declaration in the schema
      static java.lang.String SXWN9032
      SXWN9032: Function result should be computed using xsl:sequence, not xsl:value-of
      static java.lang.String SXWN9033
      SXWN9033: Value of sort key doesn't depend on the context item
      static java.lang.String SXWN9034
      SXWN9034: Cannot resolve relative collation URI
      static java.lang.String SXWN9035
      SXWN9035: Concatenation operator ('||') used with boolean operands
      static java.lang.String SXWN9036
      SXWN9036: Suspicious use of curly braces in xsl:analyze-string/@regex
      static java.lang.String SXWN9037
      SXWN9037: Result of evaluation will always be an empty sequence
      static java.lang.String SXWN9038
      SXWN9038: Field name not defined in record type
      static java.lang.String SXWN9039
      SXWN9039: Value will always be a singleton; occurrence indicator has no effect
      static java.lang.String SXWN9040
      SXWN9040: Possible confusion between language keyword and element name
      static java.lang.String SXWN9041
      SXWN9041: An attribute node cannot have a complex type
      static java.lang.String SXWN9042
      SXWN9042: Unrecognized or invalid extension in Saxon namespace
      static java.lang.String SXWN9043
      SXWN9043: Invalid or unrecognized serialization property
      static java.lang.String SXWN9045
      SXWN9045: non-streamed input supplied for a streamable stylesheet
      static java.lang.String SXWN9046
      SXWN9046: predicate [0] selects nothing
      static java.lang.String SXWN9047
      SXWN9047: dynamic error evaluating expression used in XSD type alternative
      static java.lang.String SXWN9048
      SXWN9048: An xs:ID element at the outermost level has no effect
      static java.lang.String SXWN9049
      SXWN9049: Requested XQuery version not supported (request ignored)
      static java.lang.String SXWN9050
      SXWN9050: Invalid document excluded from collection
      static java.lang.String SXXP0003
      SXXP0003: error reported by XML parser while parsing source document.
      static java.lang.String SXXP0004
      SXXP0004: externally supplied node belongs to the wrong Configuration.
      static java.lang.String SXXP0005
      SXXP0005: namespace of source document doesn't match namespace of the template rules in the stylesheet.
      static java.lang.String SXXP0006
      SXXP0006: general error in schema processing/validation
    • Constructor Summary

      Constructors 
      Constructor Description
      SaxonErrorCode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SXLM0001

        public static final java.lang.String SXLM0001
        SXLM0001: stylesheet or query appears to be looping/recursing indefinitely
        See Also:
        Constant Field Values
      • SXCH0002

        public static final java.lang.String SXCH0002
        SXCH0002: cannot supply output to ContentHandler because it is not well-formed
        See Also:
        Constant Field Values
      • SXCH0003

        public static final java.lang.String SXCH0003
        SXCH0003: error reported by the ContentHandler (SAXResult) to which the result tree was sent
        See Also:
        Constant Field Values
      • SXCH0004

        public static final java.lang.String SXCH0004
        SXCH0004: cannot load user-supplied ContentHandler
        See Also:
        Constant Field Values
      • SXCH0005

        public static final java.lang.String SXCH0005
        SXCH0005: invalid pseudo-attribute syntax
        See Also:
        Constant Field Values
      • SXRE0001

        public static final java.lang.String SXRE0001
        SXRE0001: stack overflow within regular expression evaluation
        See Also:
        Constant Field Values
      • SXSE0001

        public static final java.lang.String SXSE0001
        SXSE0001: cannot use character maps in an environment with no Controller
        See Also:
        Constant Field Values
      • SXSE0002

        public static final java.lang.String SXSE0002
        SXSE0002: cannot use output property saxon:supply-source-locator unless tracing was enabled at compile time
        See Also:
        Constant Field Values
      • SXXP0003

        public static final java.lang.String SXXP0003
        SXXP0003: error reported by XML parser while parsing source document. This error code means that an error occurred at the XML parsing level; the error was not detected by Saxon itself, but rather by the underlying parser. It usually means either that the document (or one of its component entities) could not be found, or that the content was not well formed, or it might be an encoding problem.
        See Also:
        Constant Field Values
      • SXXP0004

        public static final java.lang.String SXXP0004
        SXXP0004: externally supplied node belongs to the wrong Configuration. Saxon requires that when a stylesheet or query is run against a particular source document, the Configuration used to build that source document is the same Configuration, or a compatible Configuration, as the one used to compile the stylesheet or query. Two different configurations are compatible if they share the same NamePool. The purpose of the rule is to ensure that the mapping from QNames to integer fingerprints used in the stylesheet or query is the same as the mapping used in the source document. The constraint applies to all nodes used in the stylesheet or query, whether in the initial source document, in a document returned by the doc() or collection() function, or a node returned by a call on an external (extension) function.
        See Also:
        Constant Field Values
      • SXXP0005

        public static final java.lang.String SXXP0005
        SXXP0005: namespace of source document doesn't match namespace of the template rules in the stylesheet. This is a warning suggesting that the stylesheet might be making the common mistake of using unprefixed element names in match patterns and path expressions, when the source document actually uses a default namespace. Often the problem can be solved by adding to the xsl:stylesheet element the attribute xpath-default-namespace="URI", where URI is the namespace declared in the source document.

        The check that generates this warning can be suppressed by setting the Configuration option FeatureKeys.SUPPRESS_XSLT_NAMESPACE_CHECK. On the command line this can be done by writing "--suppressXsltNamespaceCheck:on".

        The actual test that results in this warning is as follows. The root element of the principal source document must be in a namespace N; and the set of template rules in the initial mode must include no match pattern that explicitly matches a named element in namespace N, but must contain at least one match pattern that matches named elements in some other namespace, or in no namespace.

        See Also:
        Constant Field Values
      • SXXP0006

        public static final java.lang.String SXXP0006
        SXXP0006: general error in schema processing/validation
        See Also:
        Constant Field Values
      • SXSQ0001

        public static final java.lang.String SXSQ0001
        SXSQ0001: value of argument to SQL instruction is not a JDBC Connection object
        See Also:
        Constant Field Values
      • SXSQ0002

        public static final java.lang.String SXSQ0002
        SXSQ0002: failed to close JDBC Connection
        See Also:
        Constant Field Values
      • SXSQ0003

        public static final java.lang.String SXSQ0003
        SXSQ0003: failed to open JDBC Connection
        See Also:
        Constant Field Values
      • SXSQ0004

        public static final java.lang.String SXSQ0004
        SXSQ0004: SQL Insert/Update/Delete action failed
        See Also:
        Constant Field Values
      • SXSQ0005

        public static final java.lang.String SXSQ0005
        SXSQ0005: Warning JDBC is not thread safe
        See Also:
        Constant Field Values
      • SXJE0001

        public static final java.lang.String SXJE0001
        SXJE0001: Must supply an argument for a non-static extension function
        See Also:
        Constant Field Values
      • SXJE0005

        public static final java.lang.String SXJE0005
        SXJE0005: cannot convert xs:string to Java char unless the length is exactly one
        See Also:
        Constant Field Values
      • SXJE0051

        public static final java.lang.String SXJE0051
        SXJE0051: supplied Java List/Array contains a member that cannot be converted to an Item
        See Also:
        Constant Field Values
      • SXJE0052

        public static final java.lang.String SXJE0052
        SXJE0052: exception thrown by extension function
        See Also:
        Constant Field Values
      • SXJE0053

        public static final java.lang.String SXJE0053
        SXJE0053: I/O error in saxon-read-binary-resource
        See Also:
        Constant Field Values
      • SXJM0001

        public static final java.lang.String SXJM0001
        SXJM0001: Error in arguments to saxon:send-mail
        See Also:
        Constant Field Values
      • SXJM0002

        public static final java.lang.String SXJM0002
        SXJM0002: Failure in saxon:send-mail reported by mail service
        See Also:
        Constant Field Values
      • SXOR0001

        public static final java.lang.String SXOR0001
        SXOR0001: XSD saxon:ordered constraint not satisfied
        See Also:
        Constant Field Values
      • SXJX0001

        public static final java.lang.String SXJX0001
        SXJX0001: integer in input to octets-to-base64Binary or octets-to-hexBinary is out of range 0-255
        See Also:
        Constant Field Values
      • SXJS0001

        public static final java.lang.String SXJS0001
        SXJS0001: Cannot export for Javascript if the stylesheet uses unsupported features
        See Also:
        Constant Field Values
      • SXPK0001

        public static final java.lang.String SXPK0001
        SXPK0001: No binding available for call-template instruction
        See Also:
        Constant Field Values
      • SXPK0002

        public static final java.lang.String SXPK0002
        SXPK0002: invalid content found in compiled package
        See Also:
        Constant Field Values
      • SXPK0003

        public static final java.lang.String SXPK0003
        SXPK0003: stylesheet package has unsatisfied schema dependency
        See Also:
        Constant Field Values
      • SXPK0004

        public static final java.lang.String SXPK0004
        SXPK0004: documentation namespace can be used only for documentation
        See Also:
        Constant Field Values
      • SXPK0005

        public static final java.lang.String SXPK0005
        SXPK0005: unresolved component reference in SEF file
        See Also:
        Constant Field Values
      • SXRD0001

        public static final java.lang.String SXRD0001
        SXRD0001: URI supplied to xsl:result-document does not identify a writable destination
        See Also:
        Constant Field Values
      • SXRD0002

        public static final java.lang.String SXRD0002
        SXRD0002: Base output URI for xsl:result-document is unknown
        See Also:
        Constant Field Values
      • SXRD0003

        public static final java.lang.String SXRD0003
        SXRD0003: Failure while closing the xsl:result-document destination after writing
        See Also:
        Constant Field Values
      • SXRD0004

        public static final java.lang.String SXRD0004
        SXRD0004: Unwritable file given as the result destination
        See Also:
        Constant Field Values
      • SXST0001

        public static final java.lang.String SXST0001
        SXST0001: Static error in template rule, found during JIT compilation
        See Also:
        Constant Field Values
      • SXST0060

        public static final java.lang.String SXST0060
        SXST0060: Template in a streaming mode is not streamable
        See Also:
        Constant Field Values
      • SXST0061

        public static final java.lang.String SXST0061
        SXST0061: Requested initial mode is streamable; must supply SAXSource or StreamSource
        See Also:
        Constant Field Values
      • SXST0062

        public static final java.lang.String SXST0062
        SXST0062: Component cannot be streamed, though it should be streamable
        See Also:
        Constant Field Values
      • SXST0065

        public static final java.lang.String SXST0065
        SXST0065: Cannot use tracing with streaming templates
        See Also:
        Constant Field Values
      • SXST0066

        public static final java.lang.String SXST0066
        SXST0066: Cannot disable optimization when xsl:stream is used
        See Also:
        Constant Field Values
      • SXST0067

        public static final java.lang.String SXST0067
        SXST0067: Internal problem executing expression in streaming mode
        See Also:
        Constant Field Values
      • SXST0068

        public static final java.lang.String SXST0068
        SXST0068: This configuration does not allow streaming
        See Also:
        Constant Field Values
      • SXST0069

        public static final java.lang.String SXST0069
        SXST0069: Exporting a stylesheet containing static references to XQuery functions
        See Also:
        Constant Field Values
      • SXST0070

        public static final java.lang.String SXST0070
        SXST0070: Exporting a stylesheet containing static references to external Java objects
        See Also:
        Constant Field Values
      • SXST0071

        public static final java.lang.String SXST0071
        SXST0071: Exporting a stylesheet containing static references to saxon:tabulate-maps instruction
        See Also:
        Constant Field Values
      • SXST0072

        public static final java.lang.String SXST0072
        SXST0072: Exporting a stylesheet containing extensions instruction
        See Also:
        Constant Field Values
      • SXTA0001

        public static final java.lang.String SXTA0001
        SXTA0001: unresolved type alias
        See Also:
        Constant Field Values
      • SXTM0001

        public static final java.lang.String SXTM0001
        SXTM0001: tabulate-maps: selecting an item with no pedigree
        See Also:
        Constant Field Values
      • SXTT0001

        public static final java.lang.String SXTT0001
        SXTT0001: field name not defined in tuple type
        See Also:
        Constant Field Values
      • SXUP0081

        public static final java.lang.String SXUP0081
        SXUP0081: attempt to update a non-updatable node
        See Also:
        Constant Field Values
      • SXWN9000

        public static final java.lang.String SXWN9000
        SXWN9000: miscellaneous warning message
        See Also:
        Constant Field Values
      • SXWN9001

        public static final java.lang.String SXWN9001
        SXWN9001: a variable declaration with no following siblings has no effect
        See Also:
        Constant Field Values
      • SXWN9002

        public static final java.lang.String SXWN9002
        SXWN9002: saxon:indent-spaces must be a positive integer
        See Also:
        Constant Field Values
      • SXWN9003

        public static final java.lang.String SXWN9003
        SXWN9003: saxon:require-well-formed must be "yes" or "no"
        See Also:
        Constant Field Values
      • SXWN9004

        public static final java.lang.String SXWN9004
        SXWN9004: saxon:next-in-chain cannot be specified dynamically
        See Also:
        Constant Field Values
      • SXWN9005

        public static final java.lang.String SXWN9005
        SXWN9005: The 'default' attribute of saxon:collation no longer has any effect
        See Also:
        Constant Field Values
      • SXWN9006

        public static final java.lang.String SXWN9006
        SXWN9006: No schema-location was specified, and no schema with the requested target namespace is known, so the schema import was ignored
        See Also:
        Constant Field Values
      • SXWN9007

        public static final java.lang.String SXWN9007
        SXWN9007: Cannot use reserved namespace in extension-element-prefixes
        See Also:
        Constant Field Values
      • SXWN9008

        public static final java.lang.String SXWN9008
        SXWN9008: Saxon extension element not recognized because namespace not declared in extension-element-prefixes
        See Also:
        Constant Field Values
      • SXWN9009

        public static final java.lang.String SXWN9009
        SXWN9009: an empty xsl:for-each or xsl:for-each-group has no effect
        See Also:
        Constant Field Values
      • SXWN9010

        public static final java.lang.String SXWN9010
        SXWN9010: saxon:recognize-binary must be "yes" or "no"
        See Also:
        Constant Field Values
      • SXWN9011

        public static final java.lang.String SXWN9011
        SXWN9011: saxon:memo-function ignored under Saxon-HE
        See Also:
        Constant Field Values
      • SXWN9012

        public static final java.lang.String SXWN9012
        SXWN9012: saxon:threads ignored when compiling with trace enabled
        See Also:
        Constant Field Values
      • SXWN9013

        public static final java.lang.String SXWN9013
        SXWN9013: saxon:threads ignored when not running under Saxon-EE
        See Also:
        Constant Field Values
      • SXWN9014

        public static final java.lang.String SXWN9014
        SXWN9014: xsl:function/@override is deprecated in 3.0
        See Also:
        Constant Field Values
      • SXWN9015

        public static final java.lang.String SXWN9015
        SXWN9015: Pattern will never match anything
        See Also:
        Constant Field Values
      • SXWN9016

        public static final java.lang.String SXWN9016
        SXWN9016: saxon:assign used with multi-threading enabled
        See Also:
        Constant Field Values
      • SXWN9017

        public static final java.lang.String SXWN9017
        SXWN9017: saxon:copy-of copying accumulators pointlessly
        See Also:
        Constant Field Values
      • SXWN9018

        public static final java.lang.String SXWN9018
        SXWN9018: warning during schema processing
        See Also:
        Constant Field Values
      • SXWN9019

        public static final java.lang.String SXWN9019
        SXWN9019: stylesheet module included or imported more than once
        See Also:
        Constant Field Values
      • SXWN9020

        public static final java.lang.String SXWN9020
        SXWN9020: unrecognized XSLT version
        See Also:
        Constant Field Values
      • SXWN9021

        public static final java.lang.String SXWN9021
        SXWN9021: extension attribute ignored because not recognized in this Saxon version
        See Also:
        Constant Field Values
      • SXWN9022

        public static final java.lang.String SXWN9022
        SXWN9022: warning returned by regular expression compiler
        See Also:
        Constant Field Values
      • SXWN9023

        public static final java.lang.String SXWN9023
        SXWN9023: mode="#current" specified when not inside xsl:template
        See Also:
        Constant Field Values
      • SXWN9024

        public static final java.lang.String SXWN9024
        SXWN9024: Fallback to non-streamed execution
        See Also:
        Constant Field Values
      • SXWN9025

        public static final java.lang.String SXWN9025
        SXWN9025: Comparison will always be false
        See Also:
        Constant Field Values
      • SXWN9026

        public static final java.lang.String SXWN9026
        SXWN9026: The only value that can pass type checking is an empty sequence
        See Also:
        Constant Field Values
      • SXWN9027

        public static final java.lang.String SXWN9027
        SXWN9027: Expression is valid statically, but will always fail if executed
        See Also:
        Constant Field Values
      • SXWN9028

        public static final java.lang.String SXWN9028
        SXWN9028: XPath Construct A/[XYZ] is probably not intended: try A/*[XYZ]
        See Also:
        Constant Field Values
      • SXWN9029

        public static final java.lang.String SXWN9029
        SXWN9029: xsl:on-empty/xsl:on-non-empty in this context has no effect
        See Also:
        Constant Field Values
      • SXWN9030

        public static final java.lang.String SXWN9030
        SXWN9030: creating an attribute or namespace is likely to fail because children have already been created
        See Also:
        Constant Field Values
      • SXWN9031

        public static final java.lang.String SXWN9031
        SXWN9031: lax validation has no effect because there is no element/attribute declaration in the schema
        See Also:
        Constant Field Values
      • SXWN9032

        public static final java.lang.String SXWN9032
        SXWN9032: Function result should be computed using xsl:sequence, not xsl:value-of
        See Also:
        Constant Field Values
      • SXWN9033

        public static final java.lang.String SXWN9033
        SXWN9033: Value of sort key doesn't depend on the context item
        See Also:
        Constant Field Values
      • SXWN9034

        public static final java.lang.String SXWN9034
        SXWN9034: Cannot resolve relative collation URI
        See Also:
        Constant Field Values
      • SXWN9035

        public static final java.lang.String SXWN9035
        SXWN9035: Concatenation operator ('||') used with boolean operands
        See Also:
        Constant Field Values
      • SXWN9036

        public static final java.lang.String SXWN9036
        SXWN9036: Suspicious use of curly braces in xsl:analyze-string/@regex
        See Also:
        Constant Field Values
      • SXWN9037

        public static final java.lang.String SXWN9037
        SXWN9037: Result of evaluation will always be an empty sequence
        See Also:
        Constant Field Values
      • SXWN9038

        public static final java.lang.String SXWN9038
        SXWN9038: Field name not defined in record type
        See Also:
        Constant Field Values
      • SXWN9039

        public static final java.lang.String SXWN9039
        SXWN9039: Value will always be a singleton; occurrence indicator has no effect
        See Also:
        Constant Field Values
      • SXWN9040

        public static final java.lang.String SXWN9040
        SXWN9040: Possible confusion between language keyword and element name
        See Also:
        Constant Field Values
      • SXWN9041

        public static final java.lang.String SXWN9041
        SXWN9041: An attribute node cannot have a complex type
        See Also:
        Constant Field Values
      • SXWN9042

        public static final java.lang.String SXWN9042
        SXWN9042: Unrecognized or invalid extension in Saxon namespace
        See Also:
        Constant Field Values
      • SXWN9043

        public static final java.lang.String SXWN9043
        SXWN9043: Invalid or unrecognized serialization property
        See Also:
        Constant Field Values
      • SXWN9045

        public static final java.lang.String SXWN9045
        SXWN9045: non-streamed input supplied for a streamable stylesheet
        See Also:
        Constant Field Values
      • SXWN9046

        public static final java.lang.String SXWN9046
        SXWN9046: predicate [0] selects nothing
        See Also:
        Constant Field Values
      • SXWN9047

        public static final java.lang.String SXWN9047
        SXWN9047: dynamic error evaluating expression used in XSD type alternative
        See Also:
        Constant Field Values
      • SXWN9048

        public static final java.lang.String SXWN9048
        SXWN9048: An xs:ID element at the outermost level has no effect
        See Also:
        Constant Field Values
      • SXWN9049

        public static final java.lang.String SXWN9049
        SXWN9049: Requested XQuery version not supported (request ignored)
        See Also:
        Constant Field Values
      • SXWN9050

        public static final java.lang.String SXWN9050
        SXWN9050: Invalid document excluded from collection
        See Also:
        Constant Field Values
      • SXSD1000

        public static final java.lang.String SXSD1000
        SXSD1000: unknown attribute group
        See Also:
        Constant Field Values
      • SXSD1001

        public static final java.lang.String SXSD1001
        SXSD1001: unknown attribute declaration
        See Also:
        Constant Field Values
      • SXSD1002

        public static final java.lang.String SXSD1002
        SXSD1002: invalid substitution group membership
        See Also:
        Constant Field Values
      • SXSD1003

        public static final java.lang.String SXSD1003
        SXSD1003: unknown element declaration
        See Also:
        Constant Field Values
      • SXSD1004

        public static final java.lang.String SXSD1004
        SXSD1004: field declaration may select no nodes, or multiple nodes
        See Also:
        Constant Field Values
      • SXSD1005

        public static final java.lang.String SXSD1005
        SXSD1005: field declaration selects a node that cannot be atomized
        See Also:
        Constant Field Values
      • SXSD1006

        public static final java.lang.String SXSD1006
        SXSD1006: unknown named model group
        See Also:
        Constant Field Values
      • SXSD1007

        public static final java.lang.String SXSD1007
        SXSD1007: missing component in schema
        See Also:
        Constant Field Values
      • SXSD1008

        public static final java.lang.String SXSD1008
        SXSD1008: unknown schema type
        See Also:
        Constant Field Values
      • SXSD1009

        public static final java.lang.String SXSD1009
        SXSD1009: constraints in derived type may not be compatible with constraints in the base type
        See Also:
        Constant Field Values
      • SXSD1010

        public static final java.lang.String SXSD1010
        SXSD1010: enumeration value is not a valid instance of the type
        See Also:
        Constant Field Values
      • SXSD1011

        public static final java.lang.String SXSD1011
        SXSD1011: type of local element is not derived from type of global element
        See Also:
        Constant Field Values
      • SXSD1012

        public static final java.lang.String SXSD1012
        SXSD1012: minOccurs/maxOccurs limits adjusted because out of supported range
        See Also:
        Constant Field Values
      • SXSD1014

        public static final java.lang.String SXSD1014
        SXSD1014: unrecognized schema versioning attribute
        See Also:
        Constant Field Values
      • SXSD1015

        public static final java.lang.String SXSD1015
        SXSD1015: use="prohibited" on an attribute group has no effect
        See Also:
        Constant Field Values
      • SXSD1016

        public static final java.lang.String SXSD1016
        SXSD1016: redefined component is in the wrong schema module
        See Also:
        Constant Field Values
      • SXSD1017

        public static final java.lang.String SXSD1017
        SXSD1017: target of xs:override is not a valid schema
        See Also:
        Constant Field Values
    • Constructor Detail

      • SaxonErrorCode

        public SaxonErrorCode()