public class SaxonErrorCode extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SXCH0002
SXCH0002: cannot supply output to ContentHandler because it is not well-formed
|
static String |
SXCH0003
SXCH0003: error reported by the ContentHandler (SAXResult) to which the result tree was sent
|
static String |
SXCH0004
SXCH0004: cannot load user-supplied ContentHandler
|
static String |
SXJE0001
SXJE0001: Must supply an argument for a non-static extension function
|
static String |
SXJE0005
SXJE0005: cannot convert xs:string to Java char unless the length is exactly one
|
static String |
SXJE0051
SXJE0051: supplied Java List/Array contains a member that cannot be converted to an Item
|
static String |
SXJE0052
SXJE0052: exception thrown by extension function
|
static String |
SXJE0053
SXJE0053: I/O error in saxon-read-binary-resource
|
static String |
SXLM0001
SXLM0001: stylesheet or query appears to be looping/recursing indefinitely
|
static String |
SXPK0001
SXPK0001: No binding available for call-template instruction
|
static String |
SXPK0002
SXPK0002: invalid content found in compiled package
|
static String |
SXPK0003
SXPK0003: stylesheet package has unsatisfied schema dependency
|
static String |
SXRE0001
SXRE0001: stack overflow within regular expression evaluation
|
static String |
SXSE0001
SXSE0001: cannot use character maps in an environment with no Controller
|
static String |
SXSE0002
SXSE0002: cannot use output property saxon:supply-source-locator unless tracing was enabled at compile time
|
static String |
SXSQ0001
SXSQ0001: value of argument to SQL instruction is not a JDBC Connection object
|
static String |
SXSQ0002
SXSQ0002: failed to close JDBC Connection
|
static String |
SXSQ0003
SXSQ0003: failed to open JDBC Connection
|
static String |
SXSQ0004
SXSQ0004: SQL Insert/Update/Delete action failed
|
static String |
SXST0060
SXST0060: Template in a streaming mode is not streamable
|
static String |
SXST0061
SXST0061: Requested initial mode is streamable; must supply SAXSource or StreamSource
|
static String |
SXST0065
SXST0065: Cannot use tracing with streaming templates
|
static String |
SXST0066
SXST0066: Cannot disable optimization when xsl:stream is used
|
static String |
SXST0067
SXST0067: Internal problem executing expression in streaming mode
|
static String |
SXUP0081
SXUP0081: attempt to update a non-updateable node
|
static String |
SXWN9000
SXWN9000: miscellaneous warning message
|
static String |
SXWN9001
SXWN9001: a variable declaration with no following siblings has no effect
|
static String |
SXWN9002
SXWN9002: saxon:indent-spaces must be a positive integer
|
static String |
SXWN9003
SXWN9003: saxon:require-well-formed must be "yes" or "no"
|
static String |
SXWN9004
SXWN9004: saxon:next-in-chain cannot be specified dynamically
|
static String |
SXWN9005
SXWN9005: The 'default' attribute of saxon:collation no longer has any effect
|
static 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 String |
SXWN9007
SXWN9007: Cannot use reserved namespace in extension-element-prefixes
|
static String |
SXWN9008
SXWN9008: Saxon extension element not recognized because namespace not declared
in extension-element-prefixes
|
static String |
SXWN9009
SXWN9009: an empty xsl:for-each or xsl:for-each-group has no effect
|
static String |
SXWN9010
SXWN9010: saxon:recognize-binary must be "yes" or "no"
|
static String |
SXWN9011
SXWN9011: saxon:memo-function ignored under Saxon-HE
|
static String |
SXWN9012
SXWN9012: saxon:threads ignored when compiling with trace enabled
|
static String |
SXWN9013
SXWN9013: saxon:threads ignored when not running under Saxon-EE
|
static String |
SXWN9014
SXWN9014: xsl:function/@override is deprecated in 3.0
|
static String |
SXWN9015
SXWN9015: Pattern will never match anything
|
static String |
SXXP0003
SXXP0003: error reported by XML parser while parsing source document.
|
static String |
SXXP0004
SXXP0004: externally supplied node belongs to the wrong Configuration.
|
static String |
SXXP0005
SXXP0005: namespace of source document doesn't match namespace of the template rules in the stylesheet.
|
Constructor and Description |
---|
SaxonErrorCode() |
public static final String SXLM0001
public static final String SXCH0002
public static final String SXCH0003
public static final String SXCH0004
public static final String SXRE0001
public static final String SXSE0001
public static final String SXSE0002
public static final String SXXP0003
public static final String SXXP0004
public static final String SXXP0005
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.
public static final String SXSQ0001
public static final String SXSQ0002
public static final String SXSQ0003
public static final String SXSQ0004
public static final String SXJE0001
public static final String SXJE0005
public static final String SXJE0051
public static final String SXJE0052
public static final String SXJE0053
public static final String SXPK0001
public static final String SXPK0002
public static final String SXPK0003
public static final String SXST0060
public static final String SXST0061
public static final String SXST0065
public static final String SXST0066
public static final String SXST0067
public static final String SXUP0081
public static final String SXWN9000
public static final String SXWN9001
public static final String SXWN9002
public static final String SXWN9003
public static final String SXWN9004
public static final String SXWN9005
public static final String SXWN9006
public static final String SXWN9007
public static final String SXWN9008
public static final String SXWN9009
public static final String SXWN9010
public static final String SXWN9011
public static final String SXWN9012
public static final String SXWN9013
public static final String SXWN9014
public static final String SXWN9015
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.