📄 xslterrorresources_zh_tw.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\u8a31\u5143\u7d20\u5167\u5bb9"}, /** Stylesheet directed termination */// public static final int ER_STYLESHEET_DIRECTED_TERMINATION = 140; { ER_STYLESHEET_DIRECTED_TERMINATION, "\u6a23\u5f0f\u8868\u5c0e\u5411\u7d42\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, "\u7121\u6cd5\u8f09\u5165 {0}\uff08\u6aa2\u67e5 CLASSPATH\uff09\uff0c\u73fe\u5728\u53ea\u4f7f\u7528\u9810\u8a2d\u503c"}, /** Cannot initialize default templates */// public static final int ER_CANNOT_INIT_DEFAULT_TEMPLATES = 144; { ER_CANNOT_INIT_DEFAULT_TEMPLATES, "\u7121\u6cd5\u8d77\u59cb\u8a2d\u5b9a\u9810\u8a2d\u7bc4\u672c"}, /** Result should not be null */// public static final int ER_RESULT_NULL = 145; { ER_RESULT_NULL, "\u7d50\u679c\u4e0d\u61c9\u70ba\u7a7a\u503c"}, /** Result could not be set */// public static final int ER_RESULT_COULD_NOT_BE_SET = 146; { ER_RESULT_COULD_NOT_BE_SET, "\u7121\u6cd5\u8a2d\u5b9a\u7d50\u679c"}, /** No output specified */// public static final int ER_NO_OUTPUT_SPECIFIED = 147; { ER_NO_OUTPUT_SPECIFIED, "\u6c92\u6709\u6307\u5b9a\u8f38\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, "\u7121\u6cd5\u8f49\u63db\u6210\u985e\u578b {0} \u7684\u7d50\u679c"}, /** Can't transform to a Source of type */// public static final int ER_CANNOT_TRANSFORM_SOURCE_TYPE = 149; { ER_CANNOT_TRANSFORM_SOURCE_TYPE, "\u7121\u6cd5\u8f49\u63db\u985e\u578b {0} \u7684\u539f\u59cb\u6a94"}, /** Null content handler */// public static final int ER_NULL_CONTENT_HANDLER = 150; { ER_NULL_CONTENT_HANDLER, "\u7a7a\u503c\u5167\u5bb9\u8655\u7406\u7a0b\u5f0f"}, /** Null error handler */// public static final int ER_NULL_ERROR_HANDLER = 151; { ER_NULL_ERROR_HANDLER, "\u7a7a\u503c\u932f\u8aa4\u8655\u7406\u7a0b\u5f0f"}, /** 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\u672a\u8a2d\u5b9a ContentHandler \u5247\u7121\u6cd5\u547c\u53eb parse"}, /** No parent for filter */// public static final int ER_NO_PARENT_FOR_FILTER = 153; { ER_NO_PARENT_FOR_FILTER, "\u904e\u6ffe\u5668\u6c92\u6709\u6bcd\u9805"}, /** No stylesheet found in: {0}, media */// public static final int ER_NO_STYLESHEET_IN_MEDIA = 154; { ER_NO_STYLESHEET_IN_MEDIA, "\u5728\uff1a{0}\uff0cmedia= {1} \u4e2d\u6c92\u6709\u6a23\u5f0f\u8868"}, /** No xml-stylesheet PI found in */// public static final int ER_NO_STYLESHEET_PI = 155; { ER_NO_STYLESHEET_PI, "\u5728\uff1a{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\u63f4\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, "\u5167\u5bb9 {0} \u7684\u503c\u61c9\u70ba Boolean \u5be6\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, // "
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -