net.sf.saxon.trans

Class 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
static StringSXCH0002
SXCH0002: cannot supply output to ContentHandler because it is not well-formed
static StringSXIN0004
SXIN0004: input document is not a stylesheet
static StringSXLM0001
SXLM0001: stylesheet or query appears to be looping/recursing indefinitely
static StringSXWN9001
SXWN9001: a variable declaration with no following siblings has no effect
static StringSXWN9002
SXWN9002: saxon:indent-spaces must be a positive integer
static StringSXWN9003
SXWN9003: saxon:require-well-formed must be a "yes" or "no"
static StringSXWN9004
SXWN9004: saxon:next-in-chain cannot be specified dynamically
static StringSXXP0003
SXXP0003: error reported by XML parser while parsing source document

Field Detail

SXCH0002

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

SXIN0004

public static final String SXIN0004
SXIN0004: input document is not a stylesheet

SXLM0001

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

SXWN9001

public static final String SXWN9001
SXWN9001: a variable declaration with no following siblings has no effect

SXWN9002

public static final String SXWN9002
SXWN9002: saxon:indent-spaces must be a positive integer

SXWN9003

public static final String SXWN9003
SXWN9003: saxon:require-well-formed must be a "yes" or "no"

SXWN9004

public static final String SXWN9004
SXWN9004: saxon:next-in-chain cannot be specified dynamically

SXXP0003

public static final String SXXP0003
SXXP0003: error reported by XML parser while parsing source document