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

📄 xpatherrorresources_it.java

📁 java1.6众多例子参考
💻 JAVA
📖 第 1 页 / 共 4 页
字号:
  /** Field ER_SETDOMFACTORY_NOT_SUPPORTED          *///  public static final int ER_SETDOMFACTORY_NOT_SUPPORTED = 51;  { ER_SETDOMFACTORY_NOT_SUPPORTED,      "setDOMFactory non supportato da XPathContext!"},  /** Field ER_PREFIX_MUST_RESOLVE          *///  public static final int ER_PREFIX_MUST_RESOLVE = 52;  { ER_PREFIX_MUST_RESOLVE,      "Il prefisso deve risolvere in uno spazio nomi: {0}"},  /** Field ER_PARSE_NOT_SUPPORTED          *///  public static final int ER_PARSE_NOT_SUPPORTED = 53;  { ER_PARSE_NOT_SUPPORTED,      "parse (InputSource source) non supportato in XPathContext! Impossibile aprire {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,      "Caratteri SAX API (char ch[]... non gestiti da DTM!"},  /** Field ER_IGNORABLE_WHITESPACE_NOT_HANDLED          *///public static final int ER_IGNORABLE_WHITESPACE_NOT_HANDLED = 58;  { ER_IGNORABLE_WHITESPACE_NOT_HANDLED,      "ignorableWhitespace(char ch[]... non gestiti da DTM!"},  /** Field ER_DTM_CANNOT_HANDLE_NODES          *///  public static final int ER_DTM_CANNOT_HANDLE_NODES = 59;  { ER_DTM_CANNOT_HANDLE_NODES,      "DTMLiaison non pu\u00f2 gestire i nodi di tipo {0}"},  /** Field ER_XERCES_CANNOT_HANDLE_NODES          *///  public static final int ER_XERCES_CANNOT_HANDLE_NODES = 60;  { ER_XERCES_CANNOT_HANDLE_NODES,      "DOM2Helper non pu\u00f2 gestire i nodi di tipo {0}"},  /** Field ER_XERCES_PARSE_ERROR_DETAILS          *///  public static final int ER_XERCES_PARSE_ERROR_DETAILS = 61;  { ER_XERCES_PARSE_ERROR_DETAILS,      "Errore DOM2Helper.parse: SystemID - {0} riga - {1}"},  /** Field ER_XERCES_PARSE_ERROR          *///  public static final int ER_XERCES_PARSE_ERROR = 62;  { ER_XERCES_PARSE_ERROR,     "Errore DOM2Helper.parse"},  /** 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,      "Rilevato surrogato UTF-16 non valido: {0} ?"},  /** Field ER_OIERROR          */  //public static final int ER_OIERROR = 66;  { ER_OIERROR,     "Errore IO"},  /** Field ER_CANNOT_CREATE_URL          */  //public static final int ER_CANNOT_CREATE_URL = 67;  { ER_CANNOT_CREATE_URL,     "Impossibile creare url per: {0}"},  /** Field ER_XPATH_READOBJECT          *///  public static final int ER_XPATH_READOBJECT = 68;  { ER_XPATH_READOBJECT,     "In XPath.readObject: {0}"},  /** Field ER_FUNCTION_TOKEN_NOT_FOUND         */// public static final int ER_FUNCTION_TOKEN_NOT_FOUND = 69;  { ER_FUNCTION_TOKEN_NOT_FOUND,      "token funzione non trovato."},   /**  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,       "Impossibile gestire il tipo XPath: {0}"},   /**  This NodeSet is not mutable  */ // public static final int ER_NODESET_NOT_MUTABLE = 72;  { ER_NODESET_NOT_MUTABLE,       "Questo NodeSet non \u00e8 trasformabile"},   /**  This NodeSetDTM is not mutable  *///  public static final int ER_NODESETDTM_NOT_MUTABLE = 73;  { ER_NODESETDTM_NOT_MUTABLE,       "Questo NodeSetDTM non \u00e8 trasformabile"},   /**  Variable not resolvable:   *///  public static final int ER_VAR_NOT_RESOLVABLE = 74;  { ER_VAR_NOT_RESOLVABLE,        "Variabile non risolvibile: {0}"},   /** Null error handler  */// public static final int ER_NULL_ERROR_HANDLER = 75;  { ER_NULL_ERROR_HANDLER,        "Handler errori nullo"},   /**  Programmer's assertion: unknown opcode  */ // public static final int ER_PROG_ASSERT_UNKNOWN_OPCODE = 76;  { ER_PROG_ASSERT_UNKNOWN_OPCODE,       "Asserzione di programma: codice operativo sconosciuto: {0}"},   /**  0 or 1   *///  public static final int ER_ZERO_OR_ONE = 77;  { ER_ZERO_OR_ONE,       "0 oppure 1"},   /**  rtf() not supported by XRTreeFragSelectWrapper   */  //public static final int ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER = 78;  { ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER,       "rtf() non supportato da XRTreeFragSelectWrapper"},   /**  asNodeIterator() not supported by XRTreeFragSelectWrapper   */  //public static final int ER_ASNODEITERATOR_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER = 79;  { ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER,       "asNodeIterator() non supportato da XRTreeFragSelectWrapper"},   /**  fsb() not supported for XStringForChars   */ // public static final int ER_FSB_NOT_SUPPORTED_XSTRINGFORCHARS = 80;  { ER_FSB_NOT_SUPPORTED_XSTRINGFORCHARS,       "fsb() non supportato per XStringForChars"},   /**  Could not find variable with the name of   */// public static final int ER_COULD_NOT_FIND_VAR = 81;  { ER_COULD_NOT_FIND_VAR,      "Impossibile trovare la variabile con il nome {0}"},   /**  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 non pu\u00f2 accettare una stringa come argomento"},   /**  The FastStringBuffer argument can not be null   */// public static final int ER_FASTSTRINGBUFFER_CANNOT_BE_NULL = 83;  { ER_FASTSTRINGBUFFER_CANNOT_BE_NULL,      "L'argomento FastStringBuffer non pu\u00f2 essere nullo"},  /* MANTIS_XALAN CHANGE: BEGIN */   /**  2 or 3   *///  public static final int ER_TWO_OR_THREE = 84;  { ER_TWO_OR_THREE,       "2 o 3"},   /** Variable accessed before it is bound! *///  public static final int ER_VARIABLE_ACCESSED_BEFORE_BIND = 85;  { ER_VARIABLE_ACCESSED_BEFORE_BIND,       "Variabile acceduta prima che fosse delimitata."},   /** 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 non pu\u00f2 accettare una stringa come argomento. "},   /** 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 !!!! Errore! Si sta impostando il nodo di partenza su null"},   /** This NodeSetDTM can not iterate to a previous node! *///  public static final int ER_NODESETDTM_CANNOT_ITERATE = 88;  { ER_NODESETDTM_CANNOT_ITERATE,       "NodeSetDTM non pu\u00f2 collegarsi al nodo precedente"},  /** This NodeSet can not iterate to a previous node! */// public static final int ER_NODESET_CANNOT_ITERATE = 89;  { ER_NODESET_CANNOT_ITERATE,       "NodeSet non pu\u00f2 collegarsi al nodo precedente"},  /** This NodeSetDTM can not do indexing or counting functions! *///  public static final int ER_NODESETDTM_CANNOT_INDEX = 90;  { ER_NODESETDTM_CANNOT_INDEX,       "NodeSetDTM non pu\u00f2 eseguire l'indicizzazione o il conteggio delle funzioni."},  /** This NodeSet can not do indexing or counting functions! *///  public static final int ER_NODESET_CANNOT_INDEX = 91;  { ER_NODESET_CANNOT_INDEX,       "NodeSet non pu\u00f2 eseguire l'indicizzazione o il conteggio delle funzioni."},  /** Can not call setShouldCacheNodes after nextNode has been called! *///  public static final int ER_CANNOT_CALL_SETSHOULDCACHENODE = 92;  { ER_CANNOT_CALL_SETSHOULDCACHENODE,       "Impossibile chiamare setShouldCacheNodes dopo aver chiamato nextNode."},  /** {0} only allows {1} arguments */// public static final int ER_ONLY_ALLOWS = 93;  { ER_ONLY_ALLOWS,       "{0} consente solo {1} argomenti"},  /** Programmer's assertion in getNextStepPos: unknown stepType: {0} *///  public static final int ER_UNKNOWN_STEP = 94;  { ER_UNKNOWN_STEP,       "Asserzione di programma in getNextStepPos: stepType sconosciuto: {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,      "Era previsto un percorso relativo dopo il token '/' oppure '//'. "},  // 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,       "Era previsto un percorso, ma \u00e8 stato rilevato il seguente token\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,       "Era previsto un passo di posizione dopo il token '/' oppure '//'. "},  // 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,       "Era prevista una prova nodo che corrisponde a NCName:* oppure a QName. "},  // 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,       "Era previsto un modello passo, ma \u00e8 stato rilevato '/'. "},  // 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,       "Era previsto un modello percorso relativo. "},  // 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 + -