⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xpatherrorresources_zh_cn.java

📁 java1.6众多例子参考
💻 JAVA
📖 第 1 页 / 共 4 页
字号:
  /** Field ER_SETDOMFACTORY_NOT_SUPPORTED          *///  public static final int ER_SETDOMFACTORY_NOT_SUPPORTED = 51;  { ER_SETDOMFACTORY_NOT_SUPPORTED,      "XPathContext \u4e0d\u652f\u6301 setDOMFactory\uff01"},  /** Field ER_PREFIX_MUST_RESOLVE          *///  public static final int ER_PREFIX_MUST_RESOLVE = 52;  { ER_PREFIX_MUST_RESOLVE,      "\u524d\u7f00\u5fc5\u987b\u89e3\u6790\u4e3a\u540d\u79f0\u7a7a\u95f4\uff1a{0}"},  /** Field ER_PARSE_NOT_SUPPORTED          *///  public static final int ER_PARSE_NOT_SUPPORTED = 53;  { ER_PARSE_NOT_SUPPORTED,      "XPathContext \u4e2d\u4e0d\u652f\u6301 parse (InputSource source)\uff01\u65e0\u6cd5\u6253\u5f00 {0}"},  /** Field ER_CREATEDOCUMENT_NOT_SUPPORTED          *///  public static final int ER_CREATEDOCUMENT_NOT_SUPPORTED = 54;  //{ ER_CREATEDOCUMENT_NOT_SUPPORTED,  //    "createDocument() not supported in XPathContext!"},  /** Field ER_CHILD_HAS_NO_OWNER_DOCUMENT          *///  public static final int ER_CHILD_HAS_NO_OWNER_DOCUMENT = 55;  //{ ER_CHILD_HAS_NO_OWNER_DOCUMENT,  //    "Attribute child does not have an owner document!"},  /** Field ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT          *///  public static final int ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT = 56;  //{ ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT,  //    "Attribute child does not have an owner document element!"},  /** Field ER_SAX_API_NOT_HANDLED          *///  public static final int ER_SAX_API_NOT_HANDLED = 57;  { ER_SAX_API_NOT_HANDLED,      "DTM \u4e0d\u5904\u7406 SAX API characters(char ch[]...\uff01"},  /** Field ER_IGNORABLE_WHITESPACE_NOT_HANDLED          *///public static final int ER_IGNORABLE_WHITESPACE_NOT_HANDLED = 58;  { ER_IGNORABLE_WHITESPACE_NOT_HANDLED,      "DTM \u4e0d\u5904\u7406 ignorableWhitespace(char ch[]...\uff01"},  /** Field ER_DTM_CANNOT_HANDLE_NODES          *///  public static final int ER_DTM_CANNOT_HANDLE_NODES = 59;  { ER_DTM_CANNOT_HANDLE_NODES,      "DTMLiaison \u4e0d\u80fd\u5904\u7406\u7c7b\u578b {0} \u7684\u8282\u70b9"},  /** Field ER_XERCES_CANNOT_HANDLE_NODES          *///  public static final int ER_XERCES_CANNOT_HANDLE_NODES = 60;  { ER_XERCES_CANNOT_HANDLE_NODES,      "DOM2Helper \u4e0d\u80fd\u5904\u7406\u7c7b\u578b {0} \u7684\u8282\u70b9"},  /** Field ER_XERCES_PARSE_ERROR_DETAILS          *///  public static final int ER_XERCES_PARSE_ERROR_DETAILS = 61;  { ER_XERCES_PARSE_ERROR_DETAILS,      "DOM2Helper.parse \u9519\u8bef\uff1aSystemID \uff0d \u7b2c {0} \u884c \uff0d {1}"},  /** Field ER_XERCES_PARSE_ERROR          *///  public static final int ER_XERCES_PARSE_ERROR = 62;  { ER_XERCES_PARSE_ERROR,     "DOM2Helper.parse \u9519\u8bef"},  /** Field ER_CANT_OUTPUT_TEXT_BEFORE_DOC          *///  public static final int ER_CANT_OUTPUT_TEXT_BEFORE_DOC = 63;  //{ ER_CANT_OUTPUT_TEXT_BEFORE_DOC,   //   "Warning: can't output text before document element!  Ignoring..."},  /** Field ER_CANT_HAVE_MORE_THAN_ONE_ROOT          *///  public static final int ER_CANT_HAVE_MORE_THAN_ONE_ROOT = 64;  //{ ER_CANT_HAVE_MORE_THAN_ONE_ROOT,   //   "Can't have more than one root on a DOM!"},  /** Field ER_INVALID_UTF16_SURROGATE          *///  public static final int ER_INVALID_UTF16_SURROGATE = 65;  { ER_INVALID_UTF16_SURROGATE,      "\u68c0\u6d4b\u5230\u65e0\u6548\u7684 UTF-16 \u66ff\u4ee3\u8005\uff1a{0}\uff1f"},  /** Field ER_OIERROR          */  //public static final int ER_OIERROR = 66;  { ER_OIERROR,     "IO \u9519\u8bef"},  /** Field ER_CANNOT_CREATE_URL          */  //public static final int ER_CANNOT_CREATE_URL = 67;  { ER_CANNOT_CREATE_URL,     "\u65e0\u6cd5\u4e3a {0} \u521b\u5efa URL"},  /** Field ER_XPATH_READOBJECT          *///  public static final int ER_XPATH_READOBJECT = 68;  { ER_XPATH_READOBJECT,     "\u5728 XPath.readObject \u4e2d\uff1a{0}"},  /** Field ER_FUNCTION_TOKEN_NOT_FOUND         */// public static final int ER_FUNCTION_TOKEN_NOT_FOUND = 69;  { ER_FUNCTION_TOKEN_NOT_FOUND,      "\u627e\u4e0d\u5230\u51fd\u6570\u4ee4\u724c\u3002"},   /**  Argument 'localName' is null  */// public static final int ER_ARG_LOCALNAME_NULL = 70;  //{ ER_ARG_LOCALNAME_NULL,  //     "Argument 'localName' is null"},   /**  Can not deal with XPath type:   *///  public static final int ER_CANNOT_DEAL_XPATH_TYPE = 71;  { ER_CANNOT_DEAL_XPATH_TYPE,       "\u65e0\u6cd5\u5904\u7406 XPath \u7c7b\u578b\uff1a{0}"},   /**  This NodeSet is not mutable  */ // public static final int ER_NODESET_NOT_MUTABLE = 72;  { ER_NODESET_NOT_MUTABLE,       "\u6b64 NodeSet \u662f\u4e0d\u6613\u53d8\u7684"},   /**  This NodeSetDTM is not mutable  *///  public static final int ER_NODESETDTM_NOT_MUTABLE = 73;  { ER_NODESETDTM_NOT_MUTABLE,       "\u6b64 NodeSetDTM \u662f\u4e0d\u6613\u53d8\u7684"},   /**  Variable not resolvable:   *///  public static final int ER_VAR_NOT_RESOLVABLE = 74;  { ER_VAR_NOT_RESOLVABLE,        "\u53d8\u91cf\u4e0d\u53ef\u89e3\u6790\uff1a{0}"},   /** Null error handler  */// public static final int ER_NULL_ERROR_HANDLER = 75;  { ER_NULL_ERROR_HANDLER,        "\u9519\u8bef\u5904\u7406\u7a0b\u5e8f\u4e3a\u7a7a"},   /**  Programmer's assertion: unknown opcode  */ // public static final int ER_PROG_ASSERT_UNKNOWN_OPCODE = 76;  { ER_PROG_ASSERT_UNKNOWN_OPCODE,       "\u7a0b\u5e8f\u5458\u65ad\u8a00\uff1a\u672a\u77e5\u64cd\u4f5c\u7801\uff1a{0}"},   /**  0 or 1   *///  public static final int ER_ZERO_OR_ONE = 77;  { ER_ZERO_OR_ONE,       "0 \u6216 1"},   /**  rtf() not supported by XRTreeFragSelectWrapper   */  //public static final int ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER = 78;  { ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER,       "XRTreeFragSelectWrapper \u4e0d\u652f\u6301 rtf()"},   /**  asNodeIterator() not supported by XRTreeFragSelectWrapper   */  //public static final int ER_ASNODEITERATOR_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER = 79;  { ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER,       "XRTreeFragSelectWrapper \u4e0d\u652f\u6301 asNodeIterator()"},   /**  fsb() not supported for XStringForChars   */ // public static final int ER_FSB_NOT_SUPPORTED_XSTRINGFORCHARS = 80;  { ER_FSB_NOT_SUPPORTED_XSTRINGFORCHARS,       "XStringForChars \u4e0d\u652f\u6301 fsb()"},   /**  Could not find variable with the name of   */// public static final int ER_COULD_NOT_FIND_VAR = 81;  { ER_COULD_NOT_FIND_VAR,      "\u627e\u4e0d\u5230\u540d\u4e3a {0} \u7684\u53d8\u91cf"},   /**  XStringForChars can not take a string for an argument   */// public static final int ER_XSTRINGFORCHARS_CANNOT_TAKE_STRING = 82;  { ER_XSTRINGFORCHARS_CANNOT_TAKE_STRING,      "XStringForChars \u65e0\u6cd5\u5c06\u5b57\u7b26\u4e32\u4f5c\u4e3a\u81ea\u53d8\u91cf"},   /**  The FastStringBuffer argument can not be null   */// public static final int ER_FASTSTRINGBUFFER_CANNOT_BE_NULL = 83;  { ER_FASTSTRINGBUFFER_CANNOT_BE_NULL,      "FastStringBuffer \u81ea\u53d8\u91cf\u4e0d\u80fd\u4e3a\u7a7a"},  /* MANTIS_XALAN CHANGE: BEGIN */   /**  2 or 3   *///  public static final int ER_TWO_OR_THREE = 84;  { ER_TWO_OR_THREE,       "2 \u6216 3"},   /** Variable accessed before it is bound! *///  public static final int ER_VARIABLE_ACCESSED_BEFORE_BIND = 85;  { ER_VARIABLE_ACCESSED_BEFORE_BIND,       "\u5728\u7ed1\u5b9a\u524d\u5df2\u8bbf\u95ee\u53d8\u91cf\uff01"},   /** XStringForFSB can not take a string for an argument! */// public static final int ER_FSB_CANNOT_TAKE_STRING = 86;  { ER_FSB_CANNOT_TAKE_STRING,       "XStringForFSB \u65e0\u6cd5\u5c06\u5b57\u7b26\u4e32\u4f5c\u4e3a\u81ea\u53d8\u91cf\uff01"},   /** Error! Setting the root of a walker to null! *///  public static final int ER_SETTING_WALKER_ROOT_TO_NULL = 87;  { ER_SETTING_WALKER_ROOT_TO_NULL,       "\n \uff01\uff01\uff01\uff01\u9519\u8bef\uff01\u6b63\u5728\u5c06\u6b65\u884c\u7a0b\u5e8f\u7684\u6839\u8bbe\u7f6e\u4e3a\u7a7a\uff01\uff01\uff01"},   /** This NodeSetDTM can not iterate to a previous node! *///  public static final int ER_NODESETDTM_CANNOT_ITERATE = 88;  { ER_NODESETDTM_CANNOT_ITERATE,       "\u6b64 NodeSetDTM \u65e0\u6cd5\u8fed\u4ee3\u5230\u5148\u524d\u7684\u8282\u70b9\uff01"},  /** This NodeSet can not iterate to a previous node! */// public static final int ER_NODESET_CANNOT_ITERATE = 89;  { ER_NODESET_CANNOT_ITERATE,       "\u6b64 NodeSet \u65e0\u6cd5\u8fed\u4ee3\u5230\u5148\u524d\u7684\u8282\u70b9\uff01"},  /** This NodeSetDTM can not do indexing or counting functions! *///  public static final int ER_NODESETDTM_CANNOT_INDEX = 90;  { ER_NODESETDTM_CANNOT_INDEX,       "\u6b64 NodeSetDTM \u65e0\u6cd5\u6267\u884c\u7d22\u5f15\u6216\u8ba1\u6570\u529f\u80fd\uff01"},  /** This NodeSet can not do indexing or counting functions! *///  public static final int ER_NODESET_CANNOT_INDEX = 91;  { ER_NODESET_CANNOT_INDEX,       "\u6b64 NodeSet \u65e0\u6cd5\u6267\u884c\u7d22\u5f15\u6216\u8ba1\u6570\u529f\u80fd\uff01"},  /** Can not call setShouldCacheNodes after nextNode has been called! *///  public static final int ER_CANNOT_CALL_SETSHOULDCACHENODE = 92;  { ER_CANNOT_CALL_SETSHOULDCACHENODE,       "\u5df2\u7ecf\u8c03\u7528 nextNode \u540e\u65e0\u6cd5\u8c03\u7528 setShouldCacheNodes\uff01"},  /** {0} only allows {1} arguments */// public static final int ER_ONLY_ALLOWS = 93;  { ER_ONLY_ALLOWS,       "{0} \u4ec5\u5141\u8bb8 {1} \u4e2a\u81ea\u53d8\u91cf"},  /** Programmer's assertion in getNextStepPos: unknown stepType: {0} *///  public static final int ER_UNKNOWN_STEP = 94;  { ER_UNKNOWN_STEP,       "\u7a0b\u5e8f\u5458\u5728 getNextStepPos \u4e2d\u7684\u65ad\u8a00\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,      "\u5728\u201c/\u201d\u6216\u201c//\u201d\u6807\u8bb0\u540e\u671f\u671b\u51fa\u73b0\u76f8\u5bf9\u4f4d\u7f6e\u8def\u5f84\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,       "\u671f\u671b\u51fa\u73b0\u4f4d\u7f6e\u8def\u5f84\uff0c\u4f46\u9047\u5230\u4ee5\u4e0b\u6807\u8bb0\u003a{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,       "\u201c/\u201d\u6216\u201c//\u201d\u6807\u8bb0\u540e\u671f\u671b\u51fa\u73b0\u4f4d\u7f6e\u6b65\u9aa4\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,       "\u671f\u671b\u51fa\u73b0\u4e0e NCName:* \u6216 QName \u5339\u914d\u7684\u8282\u70b9\u6d4b\u8bd5\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,       "\u671f\u671b\u51fa\u73b0\u6b65\u9aa4\u6a21\u5f0f\uff0c\u4f46\u9047\u5230\u4e86\u201c/\u201d\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,       "\u671f\u671b\u51fa\u73b0\u76f8\u5bf9\u8def\u5f84\u6a21\u5f0f\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;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -