Class SaxonErrorCode

java.lang.Object
net.sf.saxon.trans.SaxonErrorCode

public class SaxonErrorCode extends 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 final String
    SXCH0002: cannot supply output to ContentHandler because it is not well-formed
    static final String
    SXCH0003: error reported by the ContentHandler (SAXResult) to which the result tree was sent
    static final String
    SXCH0004: cannot load user-supplied ContentHandler
    static final String
    SXCH0005: invalid pseudo-attribute syntax
    static final String
    SXJE0001: Must supply an argument for a non-static extension function
    static final String
    SXJE0005: cannot convert xs:string to Java char unless the length is exactly one
    static final String
    SXJE0051: supplied Java List/Array contains a member that cannot be converted to an Item
    static final String
    SXJE0052: exception thrown by extension function
    static final String
    SXJE0053: I/O error in saxon-read-binary-resource
    static final String
    SXJM0001: Error in arguments to saxon:send-mail
    static final String
    SXJM0002: Failure in saxon:send-mail reported by mail service
    static final String
    SXJS0001: Cannot export for Javascript if the stylesheet uses unsupported features
    static final String
    SXJX0001: integer in input to octets-to-base64Binary or octets-to-hexBinary is out of range 0-255
    static final String
    SXLM0001: stylesheet or query appears to be looping/recursing indefinitely
    static final String
    SXOR0001: XSD saxon:ordered constraint not satisfied
    static final String
    SXPK0001: No binding available for call-template instruction
    static final String
    SXPK0002: invalid content found in compiled package
    static final String
    SXPK0003: stylesheet package has unsatisfied schema dependency
    static final String
    SXPK0004: documentation namespace can be used only for documentation
    static final String
    SXRD0001: URI supplied to xsl:result-document does not identify a writable destination
    static final String
    SXRD0002: Base output URI for xsl:result-document is unknown
    static final String
    SXRD0003: Failure while closing the xsl:result-document destination after writing
    static final String
    SXRD0004: Unwritable file given as the result destination
    static final String
    SXRE0001: stack overflow within regular expression evaluation
    static final String
    SXSE0001: cannot use character maps in an environment with no Controller
    static final String
    SXSE0002: cannot use output property saxon:supply-source-locator unless tracing was enabled at compile time
    static final String
    SXSQ0001: value of argument to SQL instruction is not a JDBC Connection object
    static final String
    SXSQ0002: failed to close JDBC Connection
    static final String
    SXSQ0003: failed to open JDBC Connection
    static final String
    SXSQ0004: SQL Insert/Update/Delete action failed
    static final String
    SXST0001: Static error in template rule, found during JIT compilation
    static final String
    SXST0060: Template in a streaming mode is not streamable
    static final String
    SXST0061: Requested initial mode is streamable; must supply SAXSource or StreamSource
    static final String
    SXST0062: Component cannot be streamed, though it should be streamable
    static final String
    SXST0065: Cannot use tracing with streaming templates
    static final String
    SXST0066: Cannot disable optimization when xsl:stream is used
    static final String
    SXST0067: Internal problem executing expression in streaming mode
    static final String
    SXST0068: This configuration does not allow streaming
    static final String
    SXST0069: Exporting a stylesheet containing static references to XQuery functions
    static final String
    SXST0070: Exporting a stylesheet containing static references to external Java objects
    static final String
    SXST0071: Exporting a stylesheet containing static references to saxon:tabulate-maps instruction
    static final String
    SXTA0001: unresolved type alias
    static final String
    SXTM0001: tabulate-maps: selecting an item with no pedigree
    static final String
    SXTT0001: field name not defined in tuple type
    static final String
    SXUP0081: attempt to update a non-updateable node
    static final String
    SXWN9000: miscellaneous warning message
    static final String
    SXWN9001: a variable declaration with no following siblings has no effect
    static final String
    SXWN9002: saxon:indent-spaces must be a positive integer
    static final String
    SXWN9003: saxon:require-well-formed must be "yes" or "no"
    static final String
    SXWN9004: saxon:next-in-chain cannot be specified dynamically
    static final String
    SXWN9005: The 'default' attribute of saxon:collation no longer has any effect
    static final String
    SXWN9006: No schema-location was specified, and no schema with the requested target namespace is known, so the schema import was ignored
    static final String
    SXWN9007: Cannot use reserved namespace in extension-element-prefixes
    static final String
    SXWN9008: Saxon extension element not recognized because namespace not declared in extension-element-prefixes
    static final String
    SXWN9009: an empty xsl:for-each or xsl:for-each-group has no effect
    static final String
    SXWN9010: saxon:recognize-binary must be "yes" or "no"
    static final String
    SXWN9011: saxon:memo-function ignored under Saxon-HE
    static final String
    SXWN9012: saxon:threads ignored when compiling with trace enabled
    static final String
    SXWN9013: saxon:threads ignored when not running under Saxon-EE
    static final String
    SXWN9014: xsl:function/@override is deprecated in 3.0
    static final String
    SXWN9015: Pattern will never match anything
    static final String
    SXWN9016: saxon:assign used with multi-threading enabled
    static final String
    SXWN9017: saxon:copy-of copying accumulators pointlessly
    static final String
    SXWN9018: warning during schema processing
    static final String
    SXXP0003: error reported by XML parser while parsing source document.
    static final String
    SXXP0004: externally supplied node belongs to the wrong Configuration.
    static final String
    SXXP0005: namespace of source document doesn't match namespace of the template rules in the stylesheet.
    static final String
    SXXP0006: general error in schema processing/validation
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • SXLM0001

      public static final String SXLM0001
      SXLM0001: stylesheet or query appears to be looping/recursing indefinitely
      See Also:
    • SXCH0002

      public static final String SXCH0002
      SXCH0002: cannot supply output to ContentHandler because it is not well-formed
      See Also:
    • SXCH0003

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

      public static final String SXCH0004
      SXCH0004: cannot load user-supplied ContentHandler
      See Also:
    • SXCH0005

      public static final String SXCH0005
      SXCH0005: invalid pseudo-attribute syntax
      See Also:
    • SXRE0001

      public static final String SXRE0001
      SXRE0001: stack overflow within regular expression evaluation
      See Also:
    • SXSE0001

      public static final String SXSE0001
      SXSE0001: cannot use character maps in an environment with no Controller
      See Also:
    • SXSE0002

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

      public static final 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:
    • SXXP0004

      public static final 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:
    • SXXP0005

      public static final 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:
    • SXXP0006

      public static final String SXXP0006
      SXXP0006: general error in schema processing/validation
      See Also:
    • SXSQ0001

      public static final String SXSQ0001
      SXSQ0001: value of argument to SQL instruction is not a JDBC Connection object
      See Also:
    • SXSQ0002

      public static final String SXSQ0002
      SXSQ0002: failed to close JDBC Connection
      See Also:
    • SXSQ0003

      public static final String SXSQ0003
      SXSQ0003: failed to open JDBC Connection
      See Also:
    • SXSQ0004

      public static final String SXSQ0004
      SXSQ0004: SQL Insert/Update/Delete action failed
      See Also:
    • SXJE0001

      public static final String SXJE0001
      SXJE0001: Must supply an argument for a non-static extension function
      See Also:
    • SXJE0005

      public static final String SXJE0005
      SXJE0005: cannot convert xs:string to Java char unless the length is exactly one
      See Also:
    • SXJE0051

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

      public static final String SXJE0052
      SXJE0052: exception thrown by extension function
      See Also:
    • SXJE0053

      public static final String SXJE0053
      SXJE0053: I/O error in saxon-read-binary-resource
      See Also:
    • SXJM0001

      public static final String SXJM0001
      SXJM0001: Error in arguments to saxon:send-mail
      See Also:
    • SXJM0002

      public static final String SXJM0002
      SXJM0002: Failure in saxon:send-mail reported by mail service
      See Also:
    • SXOR0001

      public static final String SXOR0001
      SXOR0001: XSD saxon:ordered constraint not satisfied
      See Also:
    • SXJX0001

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

      public static final String SXJS0001
      SXJS0001: Cannot export for Javascript if the stylesheet uses unsupported features
      See Also:
    • SXPK0001

      public static final String SXPK0001
      SXPK0001: No binding available for call-template instruction
      See Also:
    • SXPK0002

      public static final String SXPK0002
      SXPK0002: invalid content found in compiled package
      See Also:
    • SXPK0003

      public static final String SXPK0003
      SXPK0003: stylesheet package has unsatisfied schema dependency
      See Also:
    • SXPK0004

      public static final String SXPK0004
      SXPK0004: documentation namespace can be used only for documentation
      See Also:
    • SXRD0001

      public static final String SXRD0001
      SXRD0001: URI supplied to xsl:result-document does not identify a writable destination
      See Also:
    • SXRD0002

      public static final String SXRD0002
      SXRD0002: Base output URI for xsl:result-document is unknown
      See Also:
    • SXRD0003

      public static final String SXRD0003
      SXRD0003: Failure while closing the xsl:result-document destination after writing
      See Also:
    • SXRD0004

      public static final String SXRD0004
      SXRD0004: Unwritable file given as the result destination
      See Also:
    • SXST0001

      public static final String SXST0001
      SXST0001: Static error in template rule, found during JIT compilation
      See Also:
    • SXST0060

      public static final String SXST0060
      SXST0060: Template in a streaming mode is not streamable
      See Also:
    • SXST0061

      public static final String SXST0061
      SXST0061: Requested initial mode is streamable; must supply SAXSource or StreamSource
      See Also:
    • SXST0062

      public static final String SXST0062
      SXST0062: Component cannot be streamed, though it should be streamable
      See Also:
    • SXST0065

      public static final String SXST0065
      SXST0065: Cannot use tracing with streaming templates
      See Also:
    • SXST0066

      public static final String SXST0066
      SXST0066: Cannot disable optimization when xsl:stream is used
      See Also:
    • SXST0067

      public static final String SXST0067
      SXST0067: Internal problem executing expression in streaming mode
      See Also:
    • SXST0068

      public static final String SXST0068
      SXST0068: This configuration does not allow streaming
      See Also:
    • SXST0069

      public static final String SXST0069
      SXST0069: Exporting a stylesheet containing static references to XQuery functions
      See Also:
    • SXST0070

      public static final String SXST0070
      SXST0070: Exporting a stylesheet containing static references to external Java objects
      See Also:
    • SXST0071

      public static final String SXST0071
      SXST0071: Exporting a stylesheet containing static references to saxon:tabulate-maps instruction
      See Also:
    • SXTA0001

      public static final String SXTA0001
      SXTA0001: unresolved type alias
      See Also:
    • SXTM0001

      public static final String SXTM0001
      SXTM0001: tabulate-maps: selecting an item with no pedigree
      See Also:
    • SXTT0001

      public static final String SXTT0001
      SXTT0001: field name not defined in tuple type
      See Also:
    • SXUP0081

      public static final String SXUP0081
      SXUP0081: attempt to update a non-updateable node
      See Also:
    • SXWN9000

      public static final String SXWN9000
      SXWN9000: miscellaneous warning message
      See Also:
    • SXWN9001

      public static final String SXWN9001
      SXWN9001: a variable declaration with no following siblings has no effect
      See Also:
    • SXWN9002

      public static final String SXWN9002
      SXWN9002: saxon:indent-spaces must be a positive integer
      See Also:
    • SXWN9003

      public static final String SXWN9003
      SXWN9003: saxon:require-well-formed must be "yes" or "no"
      See Also:
    • SXWN9004

      public static final String SXWN9004
      SXWN9004: saxon:next-in-chain cannot be specified dynamically
      See Also:
    • SXWN9005

      public static final String SXWN9005
      SXWN9005: The 'default' attribute of saxon:collation no longer has any effect
      See Also:
    • SXWN9006

      public static final 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:
    • SXWN9007

      public static final String SXWN9007
      SXWN9007: Cannot use reserved namespace in extension-element-prefixes
      See Also:
    • SXWN9008

      public static final String SXWN9008
      SXWN9008: Saxon extension element not recognized because namespace not declared in extension-element-prefixes
      See Also:
    • SXWN9009

      public static final String SXWN9009
      SXWN9009: an empty xsl:for-each or xsl:for-each-group has no effect
      See Also:
    • SXWN9010

      public static final String SXWN9010
      SXWN9010: saxon:recognize-binary must be "yes" or "no"
      See Also:
    • SXWN9011

      public static final String SXWN9011
      SXWN9011: saxon:memo-function ignored under Saxon-HE
      See Also:
    • SXWN9012

      public static final String SXWN9012
      SXWN9012: saxon:threads ignored when compiling with trace enabled
      See Also:
    • SXWN9013

      public static final String SXWN9013
      SXWN9013: saxon:threads ignored when not running under Saxon-EE
      See Also:
    • SXWN9014

      public static final String SXWN9014
      SXWN9014: xsl:function/@override is deprecated in 3.0
      See Also:
    • SXWN9015

      public static final String SXWN9015
      SXWN9015: Pattern will never match anything
      See Also:
    • SXWN9016

      public static final String SXWN9016
      SXWN9016: saxon:assign used with multi-threading enabled
      See Also:
    • SXWN9017

      public static final String SXWN9017
      SXWN9017: saxon:copy-of copying accumulators pointlessly
      See Also:
    • SXWN9018

      public static final String SXWN9018
      SXWN9018: warning during schema processing
      See Also:
  • Constructor Details

    • SaxonErrorCode

      public SaxonErrorCode()