xpatherrorresources.java

来自「java jdk 1.4的源码」· Java 代码 · 共 1,373 行 · 第 1/4 页

JAVA
1,373
字号
  { ER_PROBLEM_IN_DTM_NEXTSIBLING,      "Problem occured in DTM in getNextSibling... trying to recover"},  /** Field ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL          *///  public static final int ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL = 50;  { ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL,      "Programmer error: EmptyNodeList can not be written to."},  /** Field ER_SETDOMFACTORY_NOT_SUPPORTED          *///  public static final int ER_SETDOMFACTORY_NOT_SUPPORTED = 51;  { ER_SETDOMFACTORY_NOT_SUPPORTED,      "setDOMFactory is not supported by XPathContext!"},  /** Field ER_PREFIX_MUST_RESOLVE          *///  public static final int ER_PREFIX_MUST_RESOLVE = 52;  { ER_PREFIX_MUST_RESOLVE,      "Prefix must resolve to a namespace: {0}"},  /** Field ER_PARSE_NOT_SUPPORTED          *///  public static final int ER_PARSE_NOT_SUPPORTED = 53;  { ER_PARSE_NOT_SUPPORTED,      "parse (InputSource source) not supported in XPathContext! Can not open {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,      "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_XPATH_READOBJECT         */// 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_FUNCTION_TOKEN_NOT_FOUND,       "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;

⌨️ 快捷键说明

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