public class SaxonErrorCode extends Object
Technically, these codes should be in their own namespace. At present, however, they share the same namespace as system-defined error codes.
| Modifier and Type | Field and Description | 
|---|---|
| static String | SXCH0002SXCH0002: cannot supply output to ContentHandler because it is not well-formed | 
| static String | SXCH0003SXCH0003: error reported by the ContentHandler (SAXResult) to which the result tree was sent | 
| static String | SXCH0004SXCH0004: cannot load user-supplied ContentHandler | 
| static String | SXJE0001SXJE0001: cannot convert xs:boolean to the required Java type | 
| static String | SXJE0002SXJE0002: cannot convert xs:double to the required Java type | 
| static String | SXJE0003SXJE0003: cannot convert xs:duration to the required Java type | 
| static String | SXJE0004SXJE0004: cannot convert xs:float to the required Java type | 
| static String | SXJE0005SXJE0005: cannot convert xs:string to Java char unless the length is exactly one | 
| static String | SXJE0006SXJE0006: cannot convert xs:string to the required Java type | 
| static String | SXJE0007SXJE0007: cannot convert xs:dayTimeDuration to the required Java type | 
| static String | SXJE0008SXJE0008: cannot convert xs:yearMonthDuration to the required Java type | 
| static String | SXJE0009SXJE0009: cannot atomize an external Object | 
| static String | SXJE0021SXJE0021: cannot convert XPath value to the type required by the signature of an extension function | 
| static String | SXJE0022SXJE0022: cannot convert XPath value to the type required by the signature of an extension function,
 the XPath value is a sequence of more than one item but the Java type is a singleton | 
| static String | SXJE0023SXJE0023: cannot convert XPath item to the member type of a Java array | 
| static String | SXJE0051SXJE0051: supplied Java List/Array contains a member that cannot be converted to an Item | 
| static String | SXJE0052SXJE0052: exception thrown by extension function | 
| static String | SXLM0001SXLM0001: stylesheet or query appears to be looping/recursing indefinitely | 
| static String | SXSE0001SXSE0001: cannot use character maps in an environment with no Controller | 
| static String | SXSE0002SXSE0002: cannot use output property saxon:supply-source-locator unless tracing was enabled at compile time | 
| static String | SXSQ0001SXSQ0001: value of argument to SQL instruction is not a JDBC Connection object | 
| static String | SXSQ0002SXSQ0002: failed to close JDBC Connection | 
| static String | SXSQ0003SXSQ0003: failed to open JDBC Connection | 
| static String | SXSQ0004SXSQ0004: SQL Insert/Update/Delete action failed | 
| static String | SXST0060SXST0060: Template in a streaming mode is not streamable | 
| static String | SXST0061SXST0061: Requested initial mode is streamable; must supply SAXSource or StreamSource | 
| static String | SXST0062SXST0062: Dynamic error: disallowed navigation from a streaming mode. | 
| static String | SXST0063SXST0063: A streamable template returns nodes from the streamed input document | 
| static String | SXST0064SXST0064: A pattern in a streamable template uses predicates that reposition the input stream | 
| static String | SXST0065SXST0065: Cannot use tracing with streaming templates | 
| static String | SXST0066SXST0066: Within a conditional expression in a streamed template, the condition cannot read the streamed input | 
| static String | SXST0067SXST0067: Within a streamed template, cannot call last() | 
| static String | SXST0068SXST0068:  Parameters of a streamed template, cannot consume the input stream | 
| static String | SXST0069SXST0069:  A parameter to a streamed template must not reference a node in the streamed document | 
| static String | SXST0070SXST0070:  Body of for-each must not select from streamed document unless the select expression does so | 
| static String | SXST0071SXST0071:  Cannot navigate upwards and then downwards when streaming | 
| static String | SXUP0081SXUP0081: attempt to update a non-updateable node | 
| static String | SXWN9001SXWN9001: a variable declaration with no following siblings has no effect | 
| static String | SXWN9002SXWN9002: saxon:indent-spaces must be a positive integer | 
| static String | SXWN9003SXWN9003: saxon:require-well-formed must be "yes" or "no" | 
| static String | SXWN9004SXWN9004: saxon:next-in-chain cannot be specified dynamically | 
| static String | SXWN9005SXWN9005: The 'default' attribute of saxon:collation no longer has any effect | 
| static String | SXWN9006SXWN9006: No schema-location was specified, and no schema with the requested target namespace
 is known, so the schema import was ignored | 
| static String | SXWN9008SXWN9008: Saxon extension element not recognized because namespace not declared
 in extension-element-prefixes | 
| static String | SXWN9009SXWN9009: an empty xsl:for-each or xsl:for-each-group has no effect | 
| static String | SXWN9010SXWN9010: saxon:recognize-binary must be "yes" or "no" | 
| static String | SXWN9011SXWN9011: saxon:memo-function ignored under Saxon-HE | 
| static String | SXWN9012SXWN9012: saxon:threads ignored when compiling with trace enabled | 
| static String | SXWN9013SXWN9013: saxon:threads ignored when not running under Saxon-EE | 
| static String | SXXF0001SXXF0001: first argument to saxon:eval must be an expression prepared using saxon:expression | 
| static String | SXXF0002SXXF0002: undeclared namespace prefix used in saxon:script | 
| static String | SXXP0003SXXP0003: error reported by XML parser while parsing source document | 
| static String | SXXP0004SXXP0004: externally supplied node belongs to the wrong Configuration | 
| static String | SXXP0005SXXP0005: namespace of source document doesn't match namespace of the template rules in the stylesheet | 
| static String | SXXP0006SXXP0006: resource limits exceeded | 
| 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 SXSE0001
public static final String SXSE0002
public static final String SXXP0003
public static final String SXXP0004
public static final String SXXP0005
public static final String SXXP0006
public static final String SXXF0001
public static final String SXXF0002
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 SXJE0002
public static final String SXJE0003
public static final String SXJE0004
public static final String SXJE0005
public static final String SXJE0006
public static final String SXJE0007
public static final String SXJE0008
public static final String SXJE0009
public static final String SXJE0021
public static final String SXJE0022
public static final String SXJE0023
public static final String SXJE0051
public static final String SXJE0052
public static final String SXST0060
public static final String SXST0061
public static final String SXST0062
public static final String SXST0063
public static final String SXST0064
public static final String SXST0065
public static final String SXST0066
public static final String SXST0067
public static final String SXST0068
public static final String SXST0069
public static final String SXST0070
public static final String SXST0071
public static final String SXUP0081
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 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
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.