📄 xpatherrorresources_zh_tw.java
字号:
ER_ONLY_ALLOWS, "{0} \u50c5\u5141\u8a31\u4f7f\u7528 {1} \u5f15\u6578"}, /** Programmer's assertion in getNextStepPos: unknown stepType: {0} */ //public static final int ER_UNKNOWN_STEP = 94; { ER_UNKNOWN_STEP, "\u7a0b\u5f0f\u8a2d\u8a08\u5e2b\u5728 getNextStepPos \u4e2d\u7684\u5224\u65b7\uff1a\u672a\u77e5\u7684 stepType\uff1a{0}"}, //Note to translators: A relative location path is a form of XPath expression. // The message indicates that such an expression was expected following the // characters '/' or '//', but was not found. /** Problem with RelativeLocationPath */ //public static final int ER_EXPECTED_REL_LOC_PATH = 95; { ER_EXPECTED_REL_LOC_PATH, "'/' \u6216 '//' \u8a18\u865f\u4e4b\u5f8c\u61c9\u8ddf\u96a8\u76f8\u5c0d\u4f4d\u7f6e\u7684\u8def\u5f91\u3002"}, // Note to translators: A location path is a form of XPath expression. // The message indicates that syntactically such an expression was expected,but // the characters specified by the substitution text were encountered instead. /** Problem with LocationPath */ //public static final int ER_EXPECTED_LOC_PATH = 96; { ER_EXPECTED_LOC_PATH, "\u61c9\u70ba\u4f4d\u7f6e\u8def\u5f91\uff0c\u537b\u9047\u5230\u4ee5\u4e0b\u8a18\u865f : {0}"}, // Note to translators: A location step is part of an XPath expression. // The message indicates that syntactically such an expression was expected // following the specified characters. /** Problem with Step */ //public static final int ER_EXPECTED_LOC_STEP = 97; { ER_EXPECTED_LOC_STEP, "'/' \u6216 '//' \u8a18\u865f\u4e4b\u5f8c\u61c9\u8ddf\u96a8\u4f4d\u7f6e\u6b65\u9a5f\u3002"}, // Note to translators: A node test is part of an XPath expression that is // used to test for particular kinds of nodes. In this case, a node test that // consists of an NCName followed by a colon and an asterisk or that consists // of a QName was expected, but was not found. /** Problem with NodeTest */ //public static final int ER_EXPECTED_NODE_TEST = 98; { ER_EXPECTED_NODE_TEST, "\u61c9\u70ba\u7b26\u5408 NCName:* \u6216 QName \u7684\u7bc0\u9ede\u6e2c\u8a66\u3002"}, // Note to translators: A step pattern is part of an XPath expression. // The message indicates that syntactically such an expression was expected, // but the specified character was found in the expression instead. /** Expected step pattern */ //public static final int ER_EXPECTED_STEP_PATTERN = 99; { ER_EXPECTED_STEP_PATTERN, "\u61c9\u70ba\u6b65\u9a5f\u578b\u6a23\uff0c\u537b\u9047\u5230 '/'\u3002"}, // Note to translators: A relative path pattern is part of an XPath expression. // The message indicates that syntactically such an expression was expected, // but was not found. /** Expected relative path pattern */ //public static final int ER_EXPECTED_REL_PATH_PATTERN = 100; { ER_EXPECTED_REL_PATH_PATTERN, "\u61c9\u70ba\u76f8\u5c0d\u8def\u5f91\u578b\u6a23\u3002"}, // Note to translators: A QNAME has the syntactic form [NCName:]NCName // The localname is the portion after the optional colon; the message indicates // that there is a problem with that part of the QNAME. /** localname in QNAME should be a valid NCName */ //public static final int ER_ARG_LOCALNAME_INVALID = 101; { ER_ARG_LOCALNAME_INVALID, "QNAME \u4e2d\u7684 Localname \u61c9\u70ba\u6709\u6548\u7684 NCName"}, // Note to translators: A QNAME has the syntactic form [NCName:]NCName // The prefix is the portion before the optional colon; the message indicates // that there is a problem with that part of the QNAME. /** prefix in QNAME should be a valid NCName */ //public static final int ER_ARG_PREFIX_INVALID = 102; { ER_ARG_PREFIX_INVALID, "QNAME \u4e2d\u7684\u524d\u7f6e\u61c9\u70ba\u6709\u6548\u7684 NCName"}, // Note to translators: The substitution text is the name of a data type. The // message indicates that a value of a particular type could not be converted // to a value of type string. /** Field ER_CANT_CONVERT_TO_BOOLEAN */ //public static final int ER_CANT_CONVERT_TO_BOOLEAN = 103; { ER_CANT_CONVERT_TO_BOOLEAN, "{0} \u7121\u6cd5\u8f49\u63db\u70ba\u5e03\u6797\u503c\u3002"}, // Note to translators: Do not translate ANY_UNORDERED_NODE_TYPE and // FIRST_ORDERED_NODE_TYPE. /** Field ER_CANT_CONVERT_TO_SINGLENODE */ //public static final int ER_CANT_CONVERT_TO_SINGLENODE = 104; { ER_CANT_CONVERT_TO_SINGLENODE, "{0} \u7121\u6cd5\u8f49\u63db\u70ba\u55ae\u4e00\u7bc0\u9ede\u3002\u6b64 getter \u9069\u7528\u65bc ANY_UNORDERED_NODE_TYPE \u548c FIRST_ORDERED_NODE_TYPE \u985e\u578b\u3002"}, // Note to translators: Do not translate UNORDERED_NODE_SNAPSHOT_TYPE and // ORDERED_NODE_SNAPSHOT_TYPE. /** Field ER_CANT_GET_SNAPSHOT_LENGTH */ //public static final int ER_CANT_GET_SNAPSHOT_LENGTH = 105; { ER_CANT_GET_SNAPSHOT_LENGTH, "\u7121\u6cd5\u53d6\u5f97\u985e\u578b {0} \u7684\u5feb\u7167\u9577\u5ea6\u3002\u6b64 getter \u9069\u7528\u65bc UNORDERED_NODE_SNAPSHOT_TYPE \u548c ORDERED_NODE_SNAPSHOT_TYPE \u985e\u578b\u3002"}, /** Field ER_NON_ITERATOR_TYPE */ //public static final int ER_NON_ITERATOR_TYPE = 106; { ER_NON_ITERATOR_TYPE, "\u7121\u6cd5\u91cd\u8907\u975e\u758a\u4ee3\u5668\u985e\u578b\uff1a{0}"}, // Note to translators: This message indicates that the document being operated // upon changed, so the iterator object that was being used to traverse the // document has now become invalid. /** Field ER_DOC_MUTATED */ //public static final int ER_DOC_MUTATED = 107; { ER_DOC_MUTATED, "\u50b3\u56de\u7d50\u679c\u5f8c\u6587\u4ef6\u767c\u751f\u8b8a\u66f4\u3002\u758a\u4ee3\u5668\u7121\u6548\u3002"}, /** Field ER_INVALID_XPATH_TYPE */ //public static final int ER_INVALID_XPATH_TYPE = 108; { ER_INVALID_XPATH_TYPE, "\u7121\u6548\u7684 XPath \u985e\u578b\u5f15\u6578\uff1a{0}"}, /** Field ER_EMPTY_XPATH_RESULT */ //public static final int ER_EMPTY_XPATH_RESULT = 109; { ER_EMPTY_XPATH_RESULT, "\u7a7a\u7684 XPath \u7d50\u679c\u7269\u4ef6"}, /** Field ER_INCOMPATIBLE_TYPES */ //public static final int ER_INCOMPATIBLE_TYPES = 110; { ER_INCOMPATIBLE_TYPES, "\u50b3\u56de\u7684\u985e\u578b\uff1a{0} \u7121\u6cd5\u5f37\u884c\u8f49\u63db\u70ba\u6307\u5b9a\u7684\u985e\u578b\uff1a{1}"}, /** Field ER_NULL_RESOLVER */ //public static final int ER_NULL_RESOLVER = 111; { ER_NULL_RESOLVER, "\u7121\u6cd5\u4f7f\u7528\u7a7a\u524d\u7f6e\u89e3\u6790\u5668\u89e3\u6790\u524d\u7f6e\u3002"}, // Note to translators: The substitution text is the name of a data type. The // message indicates that a value of a particular type could not be converted // to a value of type string. /** Field ER_CANT_CONVERT_TO_STRING */ //public static final int ER_CANT_CONVERT_TO_STRING = 112; { ER_CANT_CONVERT_TO_STRING, "{0} \u7121\u6cd5\u8f49\u63db\u70ba\u5b57\u4e32\u3002"}, // Note to translators: Do not translate snapshotItem, // UNORDERED_NODE_SNAPSHOT_TYPE and ORDERED_NODE_SNAPSHOT_TYPE. /** Field ER_NON_SNAPSHOT_TYPE */ //public static final int ER_NON_SNAPSHOT_TYPE = 113; { ER_NON_SNAPSHOT_TYPE, "\u7121\u6cd5\u547c\u53eb\u985e\u578b {0} \u7684 snapshotItem\u3002 \u6b64\u65b9\u6cd5\u9069\u7528\u65bc UNORDERED_NODE_SNAPSHOT_TYPE \u548c ORDERED_NODE_SNAPSHOT_TYPE \u985e\u578b\u3002"}, // Note to translators: XPathEvaluator is a Java interface name. An // XPathEvaluator is created with respect to a particular XML document, and in // this case the expression represented by this object was being evaluated with // respect to a context node from a different document. /** Field ER_WRONG_DOCUMENT */ //public static final int ER_WRONG_DOCUMENT = 114; { ER_WRONG_DOCUMENT, "\u4e0a\u4e0b\u6587\u7bc0\u9ede\u4e0d\u5c6c\u65bc\u9023\u7d50\u81f3\u6b64 XPathEvaluator \u7684\u6587\u4ef6\u3002"}, // Note to translators: The XPath expression cannot be evaluated with respect // to this type of node. /** Field ER_WRONG_NODETYPE */ //public static final int ER_WRONG_NODETYPE = 115; { ER_WRONG_NODETYPE , "\u4e0d\u652f\u63f4\u4e0a\u4e0b\u6587\u7bc0\u9ede\u3002"}, /** Field ER_XPATH_ERROR */ //public static final int ER_XPATH_ERROR = 116; { ER_XPATH_ERROR , "XPath \u4e2d\u51fa\u73fe\u672a\u77e5\u932f\u8aa4\u3002"}, // Warnings... /** Field WG_LOCALE_NAME_NOT_HANDLED */ //public static final int WG_LOCALE_NAME_NOT_HANDLED = 1; { WG_LOCALE_NAME_NOT_HANDLED, "format-number \u51fd\u5f0f\u4e2d\u7684\u8a9e\u8a00\u74b0\u5883\u540d\u7a31\u5c1a\u672a\u8655\u7406\uff01"}, /** Field WG_PROPERTY_NOT_SUPPORTED */ //public static final int WG_PROPERTY_NOT_SUPPORTED = 2; { WG_PROPERTY_NOT_SUPPORTED, "\u4e0d\u652f\u63f4 XSL \u5167\u5bb9\uff1a{0}"}, /** Field WG_DONT_DO_ANYTHING_WITH_NS */ //public static final int WG_DONT_DO_ANYTHING_WITH_NS = 3; { WG_DONT_DO_ANYTHING_WITH_NS, "\u76ee\u524d\u8acb\u52ff\u8655\u7406\u5167\u5bb9 {1} \u4e2d\u7684\u540d\u7a31\u7a7a\u9593 {0}"}, /** Field WG_SECURITY_EXCEPTION */ //public static final int WG_SECURITY_EXCEPTION = 4; { WG_SECURITY_EXCEPTION, "\u5617\u8a66\u5b58\u53d6 XSL \u7cfb\u7d71\u5167\u5bb9 {0} \u6642\u767c\u751f SecurityException"}, /** Field WG_QUO_NO_LONGER_DEFINED */ //public static final int WG_QUO_NO_LONGER_DEFINED = 5; { WG_QUO_NO_LONGER_DEFINED, "\u820a\u8a9e\u6cd5\uff1aquo(...) \u4e0d\u518d\u5b9a\u7fa9\u65bc XPath \u4e2d\u3002"}, /** Field WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST */ //public static final int WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST = 6; { WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST, "XPath \u9700\u8981\u884d\u751f\u7269\u4ef6\u4f86\u57f7\u884c nodeTest\uff01"}, /** Field WG_FUNCTION_TOKEN_NOT_FOUND */ //public static final int WG_FUNCTION_TOKEN_NOT_FOUND = 7; { WG_FUNCTION_TOKEN_NOT_FOUND, "\u627e\u4e0d\u5230\u51fd\u5f0f\u8a18\u865f\u3002"}, /** Field WG_COULDNOT_FIND_FUNCTION */ //public static final int WG_COULDNOT_FIND_FUNCTION = 8; { WG_COULDNOT_FIND_FUNCTION, "\u627e\u4e0d\u5230\u51fd\u5f0f\uff1a{0}"}, /** Field WG_CANNOT_MAKE_URL_FROM */ //public static final int WG_CANNOT_MAKE_URL_FROM = 9; { WG_CANNOT_MAKE_URL_FROM, "\u7121\u6cd5\u5f9e {0} \u7522\u751f URL"}, /** Field WG_EXPAND_ENTITIES_NOT_SUPPORTED */ //public static final int WG_EXPAND_ENTITIES_NOT_SUPPORTED = 10; { WG_EXPAND_ENTITIES_NOT_SUPPORTED, "DTM \u5256\u6790\u5668\u4e0d\u652f\u63f4 -E \u9078\u9805"}, /** Field WG_ILLEGAL_VARIABLE_REFERENCE */ //public static final int WG_ILLEGAL_VARIABLE_REFERENCE = 11; { WG_ILLEGAL_VARIABLE_REFERENCE, "\u63d0\u4f9b\u7d66\u8b8a\u6578\u7684 VariableReference \u8d85\u51fa\u4e0a\u4e0b\u6587\u6216\u6c92\u6709\u5b9a\u7fa9\uff01\u540d\u7a31 = {0}"}, /** Field WG_UNSUPPORTED_ENCODING */ //public static final int WG_UNSUPPORTED_ENCODING = 12; { WG_UNSUPPORTED_ENCODING, "\u672a\u652f\u63f4\u7684\u7de8\u78bc\uff1a{0}"}, // Other miscellaneous text used inside the code... { "ui_language", "zh_TW"}, { "help_language", "zh_TW"}, { "language", "zh_TW"}, { "BAD_CODE", "createMessage \u7684\u53c3\u6578\u8d85\u51fa\u754c\u9650"}, { "FORMAT_FAILED", "\u5728 messageFormat \u547c\u53eb\u671f\u9593\u7570\u5e38\u4e1f\u51fa"}, { "version", ">>>>>>> Xalan \u7248\u672c"}, { "version2", "<<<<<<<"}, { "yes", "\u662f"}, { "line", "\u5217 //"}, { "column", "\u884c //"}, { "xsldone", "XSLProcessor: done"}, { "xpath_option", "xpath \u9078\u9805\uff1a "}, { "optionIN", " [-in inputXMLURL]"}, { "optionSelect", " [-select xpath expression]"}, { "optionMatch", " [-match match pattern (\u7528\u65bc\u7b26\u5408\u8a3a\u65b7)]"}, { "optionAnyExpr", "\u6216\u53ea\u6709\u4e00\u500b xpath \u8868\u793a\u5f0f\u6703\u57f7\u884c\u8a3a\u65b7\u50be\u5370"}, { "noParsermsg1", "XSL \u7a0b\u5e8f\u4e0d\u6210\u529f\u3002"}, { "noParsermsg2", "** \u627e\u4e0d\u5230\u5256\u6790\u5668 **"}, { "noParsermsg3", "\u8acb\u6aa2\u67e5\u985e\u5225\u8def\u5f91\u3002"}, { "noParsermsg4", "\u5982\u679c\u60a8\u6c92\u6709 IBM \u7684 XML Parser for Java\uff0c\u53ef\u4e0b\u8f09\u81ea "}, { "noParsermsg5", "IBM \u7684 AlphaWorks: http://www.alphaworks.ibm.com/formula/xml"}, { "gtone", ">1" }, { "zero", "0" }, { "one", "1" }, { "two" , "2" }, { "three", "3" } }; // ================= INFRASTRUCTURE ====================== /** Field BAD_CODE */ public static final String BAD_CODE = "BAD_CODE"; /** Field FORMAT_FAILED */ public static final String FORMAT_FAILED = "FORMAT_FAILED"; /** Field ERROR_RESOURCES */ public static final String ERROR_RESOURCES = "org.apache.xpath.res.XPATHErrorResources"; /** Field ERROR_STRING */ public static final String ERROR_STRING = "//error"; /** Field ERROR_HEADER */ public static final String ERROR_HEADER = "\u932f\u8aa4\uff1a"; /** Field WARNING_HEADER */ public static final String WARNING_HEADER = "\u8b66\u544a\uff1a"; /** Field XSL_HEADER */ public static final String XSL_HEADER = "XSL "; /** Field XML_HEADER */ public static final String XML_HEADER = "XML "; /** Field QUERY_HEADER */ public static final String QUERY_HEADER = "PATTERN "; /** * Get the association list. * * @return The association list. */ public Object[][] getContents() { return contents; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -