📄 xslterrorresources_zh_cn.java
字号:
/** Element content not allowed for lang=javaclass */// public static final int ER_ELEM_CONTENT_NOT_ALLOWED = 139; { ER_ELEM_CONTENT_NOT_ALLOWED, "lang=javaclass {0} \u4e0d\u5141\u8bb8\u5143\u7d20\u5185\u5bb9"}, /** Stylesheet directed termination */// public static final int ER_STYLESHEET_DIRECTED_TERMINATION = 140; { ER_STYLESHEET_DIRECTED_TERMINATION, "\u6837\u5f0f\u8868\u5b9a\u5411\u7684\u7ec8\u6b62"}, /** 1 or 2 */// public static final int ER_ONE_OR_TWO = 141; { ER_ONE_OR_TWO, "1 \u6216 2"}, /** 2 or 3 */// public static final int ER_TWO_OR_THREE = 142; { ER_TWO_OR_THREE, "2 \u6216 3"}, /** Could not load {0} (check CLASSPATH), now using just the defaults */// public static final int ER_COULD_NOT_LOAD_RESOURCE = 143; { ER_COULD_NOT_LOAD_RESOURCE, "\u65e0\u6cd5\u88c5\u5165 {0}\uff08\u68c0\u67e5 CLASSPATH\uff09\uff0c\u73b0\u5728\u53ea\u4f7f\u7528\u7f3a\u7701\u503c"}, /** Cannot initialize default templates */// public static final int ER_CANNOT_INIT_DEFAULT_TEMPLATES = 144; { ER_CANNOT_INIT_DEFAULT_TEMPLATES, "\u65e0\u6cd5\u521d\u59cb\u5316\u7f3a\u7701\u6a21\u677f"}, /** Result should not be null */// public static final int ER_RESULT_NULL = 145; { ER_RESULT_NULL, "\u7ed3\u679c\u4e0d\u5e94\u4e3a\u7a7a"}, /** Result could not be set */// public static final int ER_RESULT_COULD_NOT_BE_SET = 146; { ER_RESULT_COULD_NOT_BE_SET, "\u65e0\u6cd5\u8bbe\u7f6e\u7ed3\u679c"}, /** No output specified */// public static final int ER_NO_OUTPUT_SPECIFIED = 147; { ER_NO_OUTPUT_SPECIFIED, "\u672a\u6307\u5b9a\u8f93\u51fa"}, /** Can't transform to a Result of type */// public static final int ER_CANNOT_TRANSFORM_TO_RESULT_TYPE = 148; { ER_CANNOT_TRANSFORM_TO_RESULT_TYPE, "\u65e0\u6cd5\u8f6c\u6362\u5230\u7c7b\u578b\u4e3a {0} \u7684\u7ed3\u679c"}, /** Can't transform to a Source of type */// public static final int ER_CANNOT_TRANSFORM_SOURCE_TYPE = 149; { ER_CANNOT_TRANSFORM_SOURCE_TYPE, "\u65e0\u6cd5\u8f6c\u6362\u7c7b\u578b\u4e3a {0} \u7684\u6e90"}, /** Null content handler */// public static final int ER_NULL_CONTENT_HANDLER = 150; { ER_NULL_CONTENT_HANDLER, "\u5185\u5bb9\u5904\u7406\u7a0b\u5e8f\u4e3a\u7a7a"}, /** Null error handler */// public static final int ER_NULL_ERROR_HANDLER = 151; { ER_NULL_ERROR_HANDLER, "\u9519\u8bef\u5904\u7406\u7a0b\u5e8f\u4e3a\u7a7a"}, /** parse can not be called if the ContentHandler has not been set */// public static final int ER_CANNOT_CALL_PARSE = 152; { ER_CANNOT_CALL_PARSE, "\u5982\u679c\u6ca1\u6709\u8bbe\u7f6e ContentHandler\uff0c\u5219\u65e0\u6cd5\u8c03\u7528\u5206\u6790"}, /** No parent for filter */// public static final int ER_NO_PARENT_FOR_FILTER = 153; { ER_NO_PARENT_FOR_FILTER, "\u8fc7\u6ee4\u5668\u65e0\u7236\u4ee3"}, /** No stylesheet found in: {0}, media */// public static final int ER_NO_STYLESHEET_IN_MEDIA = 154; { ER_NO_STYLESHEET_IN_MEDIA, "\u5728 {0} \u4e2d\u627e\u4e0d\u5230\u6837\u5f0f\u8868\uff0c\u4ecb\u8d28 = {1}"}, /** No xml-stylesheet PI found in */// public static final int ER_NO_STYLESHEET_PI = 155; { ER_NO_STYLESHEET_PI, "\u5728 {0} \u4e2d\u627e\u4e0d\u5230 xml-stylesheet PI"}, /** No default implementation found */// public static final int ER_NO_DEFAULT_IMPL = 156; //{ ER_NO_DEFAULT_IMPL, // "No default implementation found "}, /** ChunkedIntArray({0}) not currently supported */// public static final int ER_CHUNKEDINTARRAY_NOT_SUPPORTED = 157; //{ ER_CHUNKEDINTARRAY_NOT_SUPPORTED, // "ChunkedIntArray({0}) not currently supported"}, /** Offset bigger than slot */// public static final int ER_OFFSET_BIGGER_THAN_SLOT = 158; //{ ER_OFFSET_BIGGER_THAN_SLOT, // "Offset bigger than slot"}, /** Coroutine not available, id= */// public static final int ER_COROUTINE_NOT_AVAIL = 159; //{ ER_COROUTINE_NOT_AVAIL, // "Coroutine not available, id={0}"}, /** CoroutineManager recieved co_exit() request */// public static final int ER_COROUTINE_CO_EXIT = 160; //{ ER_COROUTINE_CO_EXIT, // "CoroutineManager received co_exit() request"}, /** co_joinCoroutineSet() failed */// public static final int ER_COJOINROUTINESET_FAILED = 161; //{ ER_COJOINROUTINESET_FAILED, // "co_joinCoroutineSet() failed"}, /** Coroutine parameter error () */// public static final int ER_COROUTINE_PARAM = 162; //{ ER_COROUTINE_PARAM, // "Coroutine parameter error ({0})"}, /** UNEXPECTED: Parser doTerminate answers */// public static final int ER_PARSER_DOTERMINATE_ANSWERS = 163; //{ ER_PARSER_DOTERMINATE_ANSWERS, // "\nUNEXPECTED: Parser doTerminate answers {0}"}, /** parse may not be called while parsing */// public static final int ER_NO_PARSE_CALL_WHILE_PARSING = 164; //{ ER_NO_PARSE_CALL_WHILE_PARSING, // "parse may not be called while parsing"}, /** Error: typed iterator for axis {0} not implemented */// public static final int ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED = 165; //{ ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED, // "Error: typed iterator for axis {0} not implemented"}, /** Error: iterator for axis {0} not implemented */// public static final int ER_ITERATOR_AXIS_NOT_IMPLEMENTED = 166; //{ ER_ITERATOR_AXIS_NOT_IMPLEMENTED, // "Error: iterator for axis {0} not implemented "}, /** Iterator clone not supported */// public static final int ER_ITERATOR_CLONE_NOT_SUPPORTED = 167; //{ ER_ITERATOR_CLONE_NOT_SUPPORTED, // "Iterator clone not supported"}, /** Unknown axis traversal type */// public static final int ER_UNKNOWN_AXIS_TYPE = 168; //{ ER_UNKNOWN_AXIS_TYPE, // "Unknown axis traversal type: {0}"}, /** Axis traverser not supported */// public static final int ER_AXIS_NOT_SUPPORTED = 169; //{ ER_AXIS_NOT_SUPPORTED, // "Axis traverser not supported: {0}"}, /** No more DTM IDs are available */// public static final int ER_NO_DTMIDS_AVAIL = 170; //{ ER_NO_DTMIDS_AVAIL, // "No more DTM IDs are available"}, /** Not supported */// public static final int ER_NOT_SUPPORTED = 171; { ER_NOT_SUPPORTED, "\u4e0d\u652f\u6301\uff1a{0}"}, /** node must be non-null for getDTMHandleFromNode */// public static final int ER_NODE_NON_NULL = 172; //{ ER_NODE_NON_NULL, // "Node must be non-null for getDTMHandleFromNode"}, /** Could not resolve the node to a handle */// public static final int ER_COULD_NOT_RESOLVE_NODE = 173; //{ ER_COULD_NOT_RESOLVE_NODE, // "Could not resolve the node to a handle"}, /** startParse may not be called while parsing */// public static final int ER_STARTPARSE_WHILE_PARSING = 174; //{ ER_STARTPARSE_WHILE_PARSING, // "startParse may not be called while parsing"}, /** startParse needs a non-null SAXParser */// public static final int ER_STARTPARSE_NEEDS_SAXPARSER = 175; //{ ER_STARTPARSE_NEEDS_SAXPARSER, // "startParse needs a non-null SAXParser"}, /** could not initialize parser with */// public static final int ER_COULD_NOT_INIT_PARSER = 176; //{ ER_COULD_NOT_INIT_PARSER, // "could not initialize parser with"}, /** Value for property {0} should be a Boolean instance */// public static final int ER_PROPERTY_VALUE_BOOLEAN = 177; { ER_PROPERTY_VALUE_BOOLEAN, "\u7279\u6027 {0} \u7684\u503c\u5e94\u5f53\u662f\u5e03\u5c14\u5b9e\u4f8b"}, /** exception creating new instance for pool */// public static final int ER_EXCEPTION_CREATING_POOL = 178; //{ ER_EXCEPTION_CREATING_POOL, // "exception creating new instance for pool"}, /** Path contains invalid escape sequence */// public static final int ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE = 179; //{ ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE, // "Path contains invalid escape sequence"}, /** Scheme is required! */// public static final int ER_SCHEME_REQUIRED = 180; //{ ER_SCHEME_REQUIRED, // "Scheme is required!"}, /** No scheme found in URI */// public static final int ER_NO_SCHEME_IN_URI = 181; //{ ER_NO_SCHEME_IN_URI, // "No scheme found in URI: {0}"}, /** No scheme found in URI */// public static final int ER_NO_SCHEME_INURI = 182; //{ ER_NO_SCHEME_INURI, // "No scheme found in URI"}, /** Path contains invalid character: */// public static final int ER_PATH_INVALID_CHAR = 183; //{ ER_PATH_INVALID_CHAR, // "Path contains invalid character: {0}"}, /** Cannot set scheme from null string */// public static final int ER_SCHEME_FROM_NULL_STRING = 184; //{ ER_SCHEME_FROM_NULL_STRING, // "Cannot set scheme from null string"}, /** The scheme is not conformant. */// public static final int ER_SCHEME_NOT_CONFORMANT = 185; //{ ER_SCHEME_NOT_CONFORMANT, // "The scheme is not conformant."}, /** Host is not a well formed address */// public static final int ER_HOST_ADDRESS_NOT_WELLFORMED = 186; //{ ER_HOST_ADDRESS_NOT_WELLFORMED, // "Host is not a well formed address"}, /** Port cannot be set when host is null */// public static final int ER_PORT_WHEN_HOST_NULL = 187; //{ ER_PORT_WHEN_HOST_NULL, // "Port cannot be set when host is null"}, /** Invalid port number */// public static final int ER_INVALID_PORT = 188; //{ ER_INVALID_PORT, // "Invalid port number"}, /** Fragment can only be set for a generic URI */// public static final int ER_FRAG_FOR_GENERIC_URI = 189; //{ ER_FRAG_FOR_GENERIC_URI, // "Fragment can only be set for a generic URI"}, /** Fragment cannot be set when path is null */// public static final int ER_FRAG_WHEN_PATH_NULL = 190; //{ ER_FRAG_WHEN_PATH_NULL, // "Fragment cannot be set when path is null"}, /** Fragment contains invalid character */// public static final int ER_FRAG_INVALID_CHAR = 191; //{ ER_FRAG_INVALID_CHAR, // "Fragment contains invalid character"}, /** Parser is already in use */// public static final int ER_PARSER_IN_USE = 192; //{ ER_PARSER_IN_USE, // "Parser is already in use"}, /** Parser is already in use */// public static final int ER_CANNOT_CHANGE_WHILE_PARSING = 193; //{ ER_CANNOT_CHANGE_WHILE_PARSING, // "Cannot change
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -