net.sf.saxon.trans
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.
Field Summary | |
---|---|
static String | SXCH0002
SXCH0002: cannot supply output to ContentHandler because it is not well-formed |
static String | SXIN0004
SXIN0004: input document is not a stylesheet |
static String | SXLM0001
SXLM0001: stylesheet or query appears to be looping/recursing indefinitely |
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 a "yes" or "no" |
static String | SXWN9004
SXWN9004: saxon:next-in-chain cannot be specified dynamically |
static String | SXXP0003
SXXP0003: error reported by XML parser while parsing source document |