xpatherrorresources.java

来自「JAVA的一些源码 JAVA2 STANDARD EDITION DEVELO」· Java 代码 · 共 1,432 行 · 第 1/4 页

JAVA
1,432
字号
  { ER_SAX_API_NOT_HANDLED,      "SAX API characters(char ch[]... not handled by the 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[]... not handled by the DTM!"},  /** Field ER_DTM_CANNOT_HANDLE_NODES          *///  public static final int ER_DTM_CANNOT_HANDLE_NODES = 59;  { ER_DTM_CANNOT_HANDLE_NODES,      "DTMLiaison can not handle nodes of type {0}"},  /** Field ER_XERCES_CANNOT_HANDLE_NODES          *///  public static final int ER_XERCES_CANNOT_HANDLE_NODES = 60;  { ER_XERCES_CANNOT_HANDLE_NODES,      "DOM2Helper can not handle nodes of type {0}"},  /** Field ER_XERCES_PARSE_ERROR_DETAILS          *///  public static final int ER_XERCES_PARSE_ERROR_DETAILS = 61;  { ER_XERCES_PARSE_ERROR_DETAILS,      "DOM2Helper.parse error: SystemID - {0} line - {1}"},  /** Field ER_XERCES_PARSE_ERROR          *///  public static final int ER_XERCES_PARSE_ERROR = 62;  { ER_XERCES_PARSE_ERROR,     "DOM2Helper.parse error"},  /** 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,      "Invalid UTF-16 surrogate detected: {0} ?"},  /** Field ER_OIERROR          */  //public static final int ER_OIERROR = 66;  { ER_OIERROR,     "IO error"},  /** Field ER_CANNOT_CREATE_URL          */  //public static final int ER_CANNOT_CREATE_URL = 67;  { ER_CANNOT_CREATE_URL,     "Cannot create url for: {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,      "function token not found."},     /**  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,       "Can not deal with XPath type: {0}"},     /**  This NodeSet is not mutable  */ // public static final int ER_NODESET_NOT_MUTABLE = 72;  { ER_NODESET_NOT_MUTABLE,       "This NodeSet is not mutable"},     /**  This NodeSetDTM is not mutable  *///  public static final int ER_NODESETDTM_NOT_MUTABLE = 73;  { ER_NODESETDTM_NOT_MUTABLE,       "This NodeSetDTM is not mutable"},     /**  Variable not resolvable:   *///  public static final int ER_VAR_NOT_RESOLVABLE = 74;  { ER_VAR_NOT_RESOLVABLE,        "Variable not resolvable: {0}"},     /** Null error handler  */// public static final int ER_NULL_ERROR_HANDLER = 75;  { ER_NULL_ERROR_HANDLER,        "Null error handler"},     /**  Programmer's assertion: unknown opcode  */ // public static final int ER_PROG_ASSERT_UNKNOWN_OPCODE = 76;  { ER_PROG_ASSERT_UNKNOWN_OPCODE,       "Programmer''s assertion: unknown opcode: {0}"},     /**  0 or 1   *///  public static final int ER_ZERO_OR_ONE = 77;  { ER_ZERO_OR_ONE,       "0 or 1"},       /**  rtf() not supported by XRTreeFragSelectWrapper   */  //public static final int ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER = 78;  { ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER,       "rtf() not supported by XRTreeFragSelectWrapper"},     /**  asNodeIterator() not supported by XRTreeFragSelectWrapper   */  //public static final int ER_ASNODEITERATOR_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER = 79;  { ER_RTF_NOT_SUPPORTED_XRTREEFRAGSELECTWRAPPER,       "asNodeIterator() not supported by XRTreeFragSelectWrapper"},     /**  fsb() not supported for XStringForChars   */ // public static final int ER_FSB_NOT_SUPPORTED_XSTRINGFORCHARS = 80;  { ER_FSB_NOT_SUPPORTED_XSTRINGFORCHARS,       "fsb() not supported for XStringForChars"},     /**  Could not find variable with the name of   */// public static final int ER_COULD_NOT_FIND_VAR = 81;  { ER_COULD_NOT_FIND_VAR,      "Could not find variable with the name of {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 can not take a string for an argument"},     /**  The FastStringBuffer argument can not be null   */// public static final int ER_FASTSTRINGBUFFER_CANNOT_BE_NULL = 83;  { ER_FASTSTRINGBUFFER_CANNOT_BE_NULL,      "The FastStringBuffer argument can not be null"},  /* MANTIS_XALAN CHANGE: BEGIN */    /**  2 or 3   *///  public static final int ER_TWO_OR_THREE = 84;  { ER_TWO_OR_THREE,       "2 or 3"},   /** Variable accessed before it is bound! *///  public static final int ER_VARIABLE_ACCESSED_BEFORE_BIND = 85;  { ER_VARIABLE_ACCESSED_BEFORE_BIND,       "Variable accessed before it is bound!"},   /** 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 can not take a string for an argument!"},   /** 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 !!!! Error! Setting the root of a walker to null!!!"},   /** This NodeSetDTM can not iterate to a previous node! *///  public static final int ER_NODESETDTM_CANNOT_ITERATE = 88;  { ER_NODESETDTM_CANNOT_ITERATE,       "This NodeSetDTM can not iterate to a previous node!"},  /** This NodeSet can not iterate to a previous node! */// public static final int ER_NODESET_CANNOT_ITERATE = 89;  { ER_NODESET_CANNOT_ITERATE,       "This NodeSet can not iterate to a previous node!"},  /** This NodeSetDTM can not do indexing or counting functions! *///  public static final int ER_NODESETDTM_CANNOT_INDEX = 90;  { ER_NODESETDTM_CANNOT_INDEX,       "This NodeSetDTM can not do indexing or counting functions!"},  /** This NodeSet can not do indexing or counting functions! *///  public static final int ER_NODESET_CANNOT_INDEX = 91;  { ER_NODESET_CANNOT_INDEX,       "This NodeSet can not do indexing or counting functions!"},  /** Can not call setShouldCacheNodes after nextNode has been called! *///  public static final int ER_CANNOT_CALL_SETSHOULDCACHENODE = 92;  { ER_CANNOT_CALL_SETSHOULDCACHENODE,       "Can not call setShouldCacheNodes after nextNode has been called!"},  /** {0} only allows {1} arguments */// public static final int ER_ONLY_ALLOWS = 93;  { ER_ONLY_ALLOWS,       "{0} only allows {1} arguments"},  /** Programmer's assertion in getNextStepPos: unknown stepType: {0} *///  public static final int ER_UNKNOWN_STEP = 94;  { ER_UNKNOWN_STEP,       "Programmer''s assertion in getNextStepPos: unknown stepType: {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,      "A relative location path was expected following the '/' or '//' token."},  // 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,       "A location path was expected, but the following token was encountered\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,       "A location step was expected following the '/' or '//' token."},  // 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,       "A node test that matches either NCName:* or QName was expected."},  // 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,       "A step pattern was expected, but '/' was encountered."},  // 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,       "A relative path pattern was expected."},  // 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,  //     "Localname in QNAME should be a valid 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,   //    "Prefix in QNAME should be a valid 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,       "Cannot convert {0} to a boolean."},  // 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,       "Cannot convert {0} to a single node. This getter applies to types ANY_UNORDERED_NODE_TYPE and FIRST_ORDERED_NODE_TYPE."},  // 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,       "Cannot get snapshot length on type: {0}. This getter applies to types UNORDERED_NODE_SNAPSHOT_TYPE and ORDERED_NODE_SNAPSHOT_TYPE."},  /** Field ER_NON_ITERATOR_TYPE                */  //public static final int ER_NON_ITERATOR_TYPE        = 106;  { ER_NON_ITERATOR_TYPE,       "Cannot iterate over non-iterator type: {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,       "Document mutated since result was returned. Iterator is invalid."},  /** Field ER_INVALID_XPATH_TYPE               *///  public static final int ER_INVALID_XPATH_TYPE       = 108;  { ER_INVALID_XPATH_TYPE,       "Invalid XPath type argument: {0}"},

⌨️ 快捷键说明

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