xslterrorresources.java
来自「java jdk 1.4的源码」· Java 代码 · 共 1,718 行 · 第 1/5 页
JAVA
1,718 行
{ ER_MISPLACED_XSLWHEN, "(StylesheetHandler) misplaced xsl:when!"}, /** ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE */// public static final int ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE = 70; { ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE, "(StylesheetHandler) xsl:when not parented by xsl:choose!"}, /** ER_MISPLACED_XSLOTHERWISE */// public static final int ER_MISPLACED_XSLOTHERWISE = 71; { ER_MISPLACED_XSLOTHERWISE, "(StylesheetHandler) misplaced xsl:otherwise!"}, /** ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE */// public static final int ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE = 72; { ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE, "(StylesheetHandler) xsl:otherwise not parented by xsl:choose!"}, /** ER_NOT_ALLOWED_INSIDE_TEMPLATE */// public static final int ER_NOT_ALLOWED_INSIDE_TEMPLATE = 73; { ER_NOT_ALLOWED_INSIDE_TEMPLATE, "(StylesheetHandler) {0} is not allowed inside a template!"}, /** ER_UNKNOWN_EXT_NS_PREFIX */// public static final int ER_UNKNOWN_EXT_NS_PREFIX = 74; { ER_UNKNOWN_EXT_NS_PREFIX, "(StylesheetHandler) {0} extension namespace prefix {1} unknown"}, /** ER_IMPORTS_AS_FIRST_ELEM */// public static final int ER_IMPORTS_AS_FIRST_ELEM = 75; { ER_IMPORTS_AS_FIRST_ELEM, "(StylesheetHandler) Imports can only occur as the first elements in the stylesheet!"}, /** ER_IMPORTING_ITSELF */// public static final int ER_IMPORTING_ITSELF = 76; { ER_IMPORTING_ITSELF, "(StylesheetHandler) {0} is directly or indirectly importing itself!"}, /** ER_XMLSPACE_ILLEGAL_VAL */// public static final int ER_XMLSPACE_ILLEGAL_VAL = 77; { ER_XMLSPACE_ILLEGAL_VAL, "(StylesheetHandler) " + "xml:space has an illegal value: {0}"}, /** ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL */// public static final int ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL = 78; { ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL, "processStylesheet not succesfull!"}, /** ER_SAX_EXCEPTION */// public static final int ER_SAX_EXCEPTION = 79; { ER_SAX_EXCEPTION, "SAX Exception"}, /** ER_FUNCTION_NOT_SUPPORTED */// public static final int ER_FUNCTION_NOT_SUPPORTED = 80; { ER_FUNCTION_NOT_SUPPORTED, "Function not supported!"}, /** ER_XSLT_ERROR */// public static final int ER_XSLT_ERROR = 81; { ER_XSLT_ERROR, "XSLT Error"}, /** ER_CURRENCY_SIGN_ILLEGAL */// public static final int ER_CURRENCY_SIGN_ILLEGAL = 82; { ER_CURRENCY_SIGN_ILLEGAL, "currency sign is not allowed in format pattern string"}, /** ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM */// public static final int ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM = 83; { ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM, "Document function not supported in Stylesheet DOM!"}, /** ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER */// public static final int ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER = 84; { ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER, "Can't resolve prefix of non-Prefix resolver!"}, /** ER_REDIRECT_COULDNT_GET_FILENAME */// public static final int ER_REDIRECT_COULDNT_GET_FILENAME = 85; { ER_REDIRECT_COULDNT_GET_FILENAME, "Redirect extension: Could not get filename - file or select attribute must return vald string."}, /** ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT */// public static final int ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT = 86; { ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT, "Can not build FormatterListener in Redirect extension!"}, /** ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX */// public static final int ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX = 87; { ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX, "Prefix in exclude-result-prefixes is not valid: {0}"}, /** ER_MISSING_NS_URI */// public static final int ER_MISSING_NS_URI = 88; { ER_MISSING_NS_URI, "Missing namespace URI for specified prefix"}, /** ER_MISSING_ARG_FOR_OPTION */// public static final int ER_MISSING_ARG_FOR_OPTION = 89; { ER_MISSING_ARG_FOR_OPTION, "Missing argument for option: {0}"}, /** ER_INVALID_OPTION */// public static final int ER_INVALID_OPTION = 90; { ER_INVALID_OPTION, "Invalid option: {0}"}, /** ER_MALFORMED_FORMAT_STRING */// public static final int ER_MALFORMED_FORMAT_STRING = 91; { ER_MALFORMED_FORMAT_STRING, "Malformed format string: {0}"}, /** ER_STYLESHEET_REQUIRES_VERSION_ATTRIB */// public static final int ER_STYLESHEET_REQUIRES_VERSION_ATTRIB = 92; { ER_STYLESHEET_REQUIRES_VERSION_ATTRIB, "xsl:stylesheet requires a 'version' attribute!"}, /** ER_ILLEGAL_ATTRIBUTE_VALUE */// public static final int ER_ILLEGAL_ATTRIBUTE_VALUE = 93; { ER_ILLEGAL_ATTRIBUTE_VALUE, "Attribute: {0} has an illegal value: {1}"}, /** ER_CHOOSE_REQUIRES_WHEN */// public static final int ER_CHOOSE_REQUIRES_WHEN = 94; { ER_CHOOSE_REQUIRES_WHEN, "xsl:choose requires an xsl:when"}, /** ER_NO_APPLY_IMPORT_IN_FOR_EACH */// public static final int ER_NO_APPLY_IMPORT_IN_FOR_EACH = 95; { ER_NO_APPLY_IMPORT_IN_FOR_EACH, "xsl:apply-imports not allowed in a xsl:for-each"}, /** ER_CANT_USE_DTM_FOR_OUTPUT */// public static final int ER_CANT_USE_DTM_FOR_OUTPUT = 96; { ER_CANT_USE_DTM_FOR_OUTPUT, "Cannot use a DTMLiaison for an output DOM node... pass a org.apache.xpath.DOM2Helper instead!"}, /** ER_CANT_USE_DTM_FOR_INPUT */// public static final int ER_CANT_USE_DTM_FOR_INPUT = 97; { ER_CANT_USE_DTM_FOR_INPUT, "Cannot use a DTMLiaison for a input DOM node... pass a org.apache.xpath.DOM2Helper instead!"}, /** ER_CALL_TO_EXT_FAILED */// public static final int ER_CALL_TO_EXT_FAILED = 98; { ER_CALL_TO_EXT_FAILED, "Call to extension element failed: {0}"}, /** ER_PREFIX_MUST_RESOLVE */// public static final int ER_PREFIX_MUST_RESOLVE = 99; { ER_PREFIX_MUST_RESOLVE, "Prefix must resolve to a namespace: {0}"}, /** ER_INVALID_UTF16_SURROGATE */// public static final int ER_INVALID_UTF16_SURROGATE = 100; { ER_INVALID_UTF16_SURROGATE, "Invalid UTF-16 surrogate detected: {0} ?"}, /** ER_XSLATTRSET_USED_ITSELF */ // public static final int ER_XSLATTRSET_USED_ITSELF = 101; { ER_XSLATTRSET_USED_ITSELF, "xsl:attribute-set {0} used itself, which will cause an infinite loop."}, /** ER_CANNOT_MIX_XERCESDOM */// public static final int ER_CANNOT_MIX_XERCESDOM = 102; { ER_CANNOT_MIX_XERCESDOM, "Can not mix non Xerces-DOM input with Xerces-DOM output!"}, /** ER_TOO_MANY_LISTENERS */// public static final int ER_TOO_MANY_LISTENERS = 103; { ER_TOO_MANY_LISTENERS, "addTraceListenersToStylesheet - TooManyListenersException"}, /** ER_IN_ELEMTEMPLATEELEM_READOBJECT */// public static final int ER_IN_ELEMTEMPLATEELEM_READOBJECT = 104; { ER_IN_ELEMTEMPLATEELEM_READOBJECT, "In ElemTemplateElement.readObject: {0}"}, /** ER_DUPLICATE_NAMED_TEMPLATE */// public static final int ER_DUPLICATE_NAMED_TEMPLATE = 105; { ER_DUPLICATE_NAMED_TEMPLATE, "Found more than one template named: {0}"}, /** ER_INVALID_KEY_CALL */// public static final int ER_INVALID_KEY_CALL = 106; { ER_INVALID_KEY_CALL, "Invalid function call: recursive key() calls are not allowed"}, /** Variable is referencing itself */// public static final int ER_REFERENCING_ITSELF = 107; { ER_REFERENCING_ITSELF, "Variable {0} is directly or indirectly referencing itself!"}, /** Illegal DOMSource input */// public static final int ER_ILLEGAL_DOMSOURCE_INPUT = 108; { ER_ILLEGAL_DOMSOURCE_INPUT, "The input node can not be null for a DOMSource for newTemplates!"}, /** Class not found for option */// public static final int ER_CLASS_NOT_FOUND_FOR_OPTION = 109; { ER_CLASS_NOT_FOUND_FOR_OPTION, "Class file not found for option {0}"}, /** Required Element not found */// public static final int ER_REQUIRED_ELEM_NOT_FOUND = 110; { ER_REQUIRED_ELEM_NOT_FOUND, "Required Element not found: {0}"}, /** InputStream cannot be null */// public static final int ER_INPUT_CANNOT_BE_NULL = 111; { ER_INPUT_CANNOT_BE_NULL, "InputStream cannot be null"}, /** URI cannot be null */// public static final int ER_URI_CANNOT_BE_NULL = 112; { ER_URI_CANNOT_BE_NULL, "URI cannot be null"}, /** File cannot be null */// public static final int ER_FILE_CANNOT_BE_NULL = 113; { ER_FILE_CANNOT_BE_NULL, "File cannot be null"}, /** InputSource cannot be null */// public static final int ER_SOURCE_CANNOT_BE_NULL = 114; { ER_SOURCE_CANNOT_BE_NULL, "InputSource cannot be null"}, /** Can't overwrite cause */// public static final int ER_CANNOT_OVERWRITE_CAUSE = 115; { ER_CANNOT_OVERWRITE_CAUSE, "Cannot overwrite cause"}, /** Could not initialize BSF Manager */// public static final int ER_CANNOT_INIT_BSFMGR = 116; { ER_CANNOT_INIT_BSFMGR, "Could not initialize BSF Manager"}, /** Could not compile extension */// public static final int ER_CANNOT_CMPL_EXTENSN = 117; { ER_CANNOT_CMPL_EXTENSN, "Could not compile extension"}, /** Could not create extension */// public static final int ER_CANNOT_CREATE_EXTENSN = 118; { ER_CANNOT_CREATE_EXTENSN, "Could not create extension: {0} because of: {1}"}, /** Instance method call to method {0} requires an Object instance as first argument */// public static final int ER_INSTANCE_MTHD_CALL_REQUIRES = 119; { ER_INSTANCE_MTHD_CALL_REQUIRES, "Instance method call to method {0} requires an Object instance as first argument"}, /** Invalid element name specified */// public static final int ER_INVALID_ELEMENT_NAME = 120; { ER_INVALID_ELEMENT_NAME, "Invalid element name specified {0}"}, /** Element name method must be static */// public static final int ER_ELEMENT_NAME_METHOD_STATIC = 121; { ER_ELEMENT_NAME_METHOD_STATIC, "Element name method must be static {0}"}, /** Extension function {0} : {1} is unknown */// public static final int ER_EXTENSION_FUNC_UNKNOWN = 122; { ER_EXTENSION_FUNC_UNKNOWN, "Extension function {0} : {1} is unknown"}, /** More than one best match for constructor for */// public static final int ER_MORE_MATCH_CONSTRUCTOR = 123; { ER_MORE_MATCH_CONSTRUCTOR, "More than one best match for constructor for {0}"}, /** More than one best match for method */// public static final int ER_MORE_MATCH_METHOD = 124; { ER_MORE_MATCH_METHOD, "More than one best match for method {0}"}, /** More than one best match for element method */// public static final int ER_MORE_MATCH_ELEMENT = 125; { ER_MORE_MATCH_ELEMENT, "More than one best match for element method {0}"}, /** Invalid context passed to evaluate */// public static final int ER_INVALID_CONTEXT_PASSED = 126; { ER_INVALID_CONTEXT_PASSED,
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?