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

📄 xslterrorresources_it.java

📁 java1.6众多例子参考
💻 JAVA
📖 第 1 页 / 共 5 页
字号:
   /** No output specified   *///  public static final int ER_NO_OUTPUT_SPECIFIED = 147;    { ER_NO_OUTPUT_SPECIFIED,        "Non \u00e8 stato specificato alcun output"},   /** Can't transform to a Result of type   *///  public static final int ER_CANNOT_TRANSFORM_TO_RESULT_TYPE = 148;    { ER_CANNOT_TRANSFORM_TO_RESULT_TYPE,        "Impossibile trasformare in un risultato di tipo {0}"},   /** Can't transform to a Source of type   *///  public static final int ER_CANNOT_TRANSFORM_SOURCE_TYPE = 149;    { ER_CANNOT_TRANSFORM_SOURCE_TYPE,        "Impossibile trasformare un''origine di tipo {0}"},   /** Null content handler  *///  public static final int ER_NULL_CONTENT_HANDLER = 150;    { ER_NULL_CONTENT_HANDLER,        "Handler contenuto nullo"},   /** Null error handler  *///  public static final int ER_NULL_ERROR_HANDLER = 151;    { ER_NULL_ERROR_HANDLER,        "Handler errori nullo"},   /** parse can not be called if the ContentHandler has not been set *///  public static final int ER_CANNOT_CALL_PARSE = 152;    { ER_CANNOT_CALL_PARSE,        "non \u00e8 possibile richiamare l'analisi se ContentHandler non \u00e8 stato impostato"},   /**  No parent for filter *///  public static final int ER_NO_PARENT_FOR_FILTER = 153;    { ER_NO_PARENT_FOR_FILTER,        "Nessun principale per il filtro"},   /**  No stylesheet found in: {0}, media *///  public static final int ER_NO_STYLESHEET_IN_MEDIA = 154;    { ER_NO_STYLESHEET_IN_MEDIA,         "Nessun foglio di stile trovato in: {0}, supporto= {1}"},   /**  No xml-stylesheet PI found in *///  public static final int ER_NO_STYLESHEET_PI = 155;    { ER_NO_STYLESHEET_PI,         "Nessun PI xml-stylesheet trovato in: {0}"},   /**  No default implementation found *///  public static final int ER_NO_DEFAULT_IMPL = 156;    //{ ER_NO_DEFAULT_IMPL,     //    "No default implementation found "},   /**  ChunkedIntArray({0}) not currently supported *///  public static final int ER_CHUNKEDINTARRAY_NOT_SUPPORTED = 157;    //{ ER_CHUNKEDINTARRAY_NOT_SUPPORTED,     //  "ChunkedIntArray({0}) not currently supported"},   /**  Offset bigger than slot *///  public static final int ER_OFFSET_BIGGER_THAN_SLOT = 158;    //{ ER_OFFSET_BIGGER_THAN_SLOT,     //  "Offset bigger than slot"},   /**  Coroutine not available, id= *///  public static final int ER_COROUTINE_NOT_AVAIL = 159;    //{ ER_COROUTINE_NOT_AVAIL,    //   "Coroutine not available, id={0}"},   /**  CoroutineManager recieved co_exit() request *///  public static final int ER_COROUTINE_CO_EXIT = 160;    //{ ER_COROUTINE_CO_EXIT,     //  "CoroutineManager received co_exit() request"},   /**  co_joinCoroutineSet() failed *///  public static final int ER_COJOINROUTINESET_FAILED = 161;    //{ ER_COJOINROUTINESET_FAILED,    //   "co_joinCoroutineSet() failed"},   /**  Coroutine parameter error () *///  public static final int ER_COROUTINE_PARAM = 162;    //{ ER_COROUTINE_PARAM,    //   "Coroutine parameter error ({0})"},   /**  UNEXPECTED: Parser doTerminate answers  *///  public static final int ER_PARSER_DOTERMINATE_ANSWERS = 163;    //{ ER_PARSER_DOTERMINATE_ANSWERS,    //   "\nUNEXPECTED: Parser doTerminate answers {0}"},   /**  parse may not be called while parsing *///  public static final int ER_NO_PARSE_CALL_WHILE_PARSING = 164;    //{ ER_NO_PARSE_CALL_WHILE_PARSING,    //   "parse may not be called while parsing"},   /**  Error: typed iterator for axis  {0} not implemented  *///  public static final int ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED = 165;    //{ ER_TYPED_ITERATOR_AXIS_NOT_IMPLEMENTED,     //  "Error: typed iterator for axis  {0} not implemented"},   /**  Error: iterator for axis {0} not implemented  *///  public static final int ER_ITERATOR_AXIS_NOT_IMPLEMENTED = 166;    //{ ER_ITERATOR_AXIS_NOT_IMPLEMENTED,    //   "Error: iterator for axis {0} not implemented "},   /**  Iterator clone not supported  *///  public static final int ER_ITERATOR_CLONE_NOT_SUPPORTED = 167;    //{ ER_ITERATOR_CLONE_NOT_SUPPORTED,     //  "Iterator clone not supported"},   /**  Unknown axis traversal type  *///  public static final int ER_UNKNOWN_AXIS_TYPE = 168;    //{ ER_UNKNOWN_AXIS_TYPE,    //   "Unknown axis traversal type: {0}"},   /**  Axis traverser not supported  *///  public static final int ER_AXIS_NOT_SUPPORTED = 169;    //{ ER_AXIS_NOT_SUPPORTED,    //   "Axis traverser not supported: {0}"},   /**  No more DTM IDs are available  *///  public static final int ER_NO_DTMIDS_AVAIL = 170;    //{ ER_NO_DTMIDS_AVAIL,     //  "No more DTM IDs are available"},   /**  Not supported  *///  public static final int ER_NOT_SUPPORTED = 171;    { ER_NOT_SUPPORTED,       "Non supportato: {0}"},   /**  node must be non-null for getDTMHandleFromNode  *///  public static final int ER_NODE_NON_NULL = 172;    //{ ER_NODE_NON_NULL,    //   "Node must be non-null for getDTMHandleFromNode"},   /**  Could not resolve the node to a handle  *///  public static final int ER_COULD_NOT_RESOLVE_NODE = 173;    //{ ER_COULD_NOT_RESOLVE_NODE,    //   "Could not resolve the node to a handle"},   /**  startParse may not be called while parsing *///  public static final int ER_STARTPARSE_WHILE_PARSING = 174;    //{ ER_STARTPARSE_WHILE_PARSING,     //  "startParse may not be called while parsing"},   /**  startParse needs a non-null SAXParser  *///  public static final int ER_STARTPARSE_NEEDS_SAXPARSER = 175;    //{ ER_STARTPARSE_NEEDS_SAXPARSER,    //   "startParse needs a non-null SAXParser"},   /**  could not initialize parser with *///  public static final int ER_COULD_NOT_INIT_PARSER = 176;    //{ ER_COULD_NOT_INIT_PARSER,     //  "could not initialize parser with"},   /**  Value for property {0} should be a Boolean instance  *///  public static final int ER_PROPERTY_VALUE_BOOLEAN = 177;    { ER_PROPERTY_VALUE_BOOLEAN,       "Il valore della propriet\u00e0 {0} deve essere una istanza booleana"},   /**  exception creating new instance for pool  *///  public static final int ER_EXCEPTION_CREATING_POOL = 178;    //{ ER_EXCEPTION_CREATING_POOL,    //   "exception creating new instance for pool"},   /**  Path contains invalid escape sequence  *///  public static final int ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE = 179;    //{ ER_PATH_CONTAINS_INVALID_ESCAPE_SEQUENCE,    //   "Path contains invalid escape sequence"},   /**  Scheme is required!  *///  public static final int ER_SCHEME_REQUIRED = 180;    //{ ER_SCHEME_REQUIRED,     //  "Scheme is required!"},   /**  No scheme found in URI  *///  public static final int ER_NO_SCHEME_IN_URI = 181;    //{ ER_NO_SCHEME_IN_URI,    //   "No scheme found in URI: {0}"},   /**  No scheme found in URI  *///  public static final int ER_NO_SCHEME_INURI = 182;    //{ ER_NO_SCHEME_INURI,    //   "No scheme found in URI"},   /**  Path contains invalid character:   *///  public static final int ER_PATH_INVALID_CHAR = 183;    //{ ER_PATH_INVALID_CHAR,    //   "Path contains invalid character: {0}"},   /**  Cannot set scheme from null string  *///  public static final int ER_SCHEME_FROM_NULL_STRING = 184;    //{ ER_SCHEME_FROM_NULL_STRING,    //   "Cannot set scheme from null string"},   /**  The scheme is not conformant. *///  public static final int ER_SCHEME_NOT_CONFORMANT = 185;    //{ ER_SCHEME_NOT_CONFORMANT,    //   "The scheme is not conformant."},   /**  Host is not a well formed address  *///  public static final int ER_HOST_ADDRESS_NOT_WELLFORMED = 186;    //{ ER_HOST_ADDRESS_NOT_WELLFORMED,    //   "Host is not a well formed address"},   /**  Port cannot be set when host is null  *///  public static final int ER_PORT_WHEN_HOST_NULL = 187;    //{ ER_PORT_WHEN_HOST_NULL,    //   "Port cannot be set when host is null"},   /**  Invalid port number  *///  public static final int ER_INVALID_PORT = 188;    //{ ER_INVALID_PORT,    //   "Invalid port number"},   /**  Fragment can only be set for a generic URI  *///  public static final int ER_FRAG_FOR_GENERIC_URI = 189;    //{ ER_FRAG_FOR_GENERIC_URI,    //   "Fragment can only be set for a generic URI"},   /**  Fragment cannot be set when path is null  *///  public static final int ER_FRAG_WHEN_PATH_NULL = 190;    //{ ER_FRAG_WHEN_PATH_NULL,    //   "Fragment cannot be set when path is null"},   /**  Fragment contains invalid character  *///  public static final int ER_FRAG_INVALID_CHAR = 191;    //{ ER_FRAG_INVALID_CHAR,    //   "Fragment contains invalid character"},   /** Parser is already in use  *///  public static final int ER_PARSER_IN_USE = 192;    //{ ER_PARSER_IN_USE,    //    "Parser is already in use"},   /** Parser is already in use  *///  public static final int ER_CANNOT_CHANGE_WHILE_PARSING = 193;    //{ ER_CANNOT_CHANGE_WHILE_PARSING,    //    "Cannot change {0} {1} while parsing"},   /** Self-causation not permitted  *///  public static final int ER_SELF_CAUSATION_NOT_PERMITTED = 194;    //{ ER_SELF_CAUSATION_NOT_PERMITTED,     //   "Self-causation not permitted"},   /** src attribute not yet supported for  *///  public static final int ER_COULD_NOT_FIND_EXTERN_SCRIPT = 195;    { ER_COULD_NOT_FIND_EXTERN_SCRIPT,         "Impossibile richiamare lo script esterno in {0}"},  /** The resource [] could not be found     *///  public static final int ER_RESOURCE_COULD_NOT_FIND = 196;    { ER_RESOURCE_COULD_NOT_FIND,        "Risorsa [ {0} ] non trovata.\n {1}"},   /** output property not recognized:  *///  public static final int ER_OUTPUT_PROPERTY_NOT_RECOGNIZED = 197;    { ER_OUTPUT_PROPERTY_NOT_RECOGNIZED,        "Propriet\u00e0 Output non riconosciuta: {0}"},   /** Userinfo may not be specified if host is not specified   *///  public static final int ER_NO_USERINFO_IF_NO_HOST = 198;    //{ ER_NO_USERINFO_IF_NO_HOST,    //    "Userinfo may not be specified if host is not specified"},   /** Port may not be specified if host is not specified   *///  public static final int ER_NO_PORT_IF_NO_HOST = 199;    //{ ER_NO_PORT_IF_NO_HOST,    //    "Port may not be specified if host is not specified"},   /** Query string cannot be specified in path and query string   *///  public static final int ER_NO_QUERY_STRING_IN_PATH = 200;    //{ ER_NO_QUERY_STRING_IN_PATH,    //    "Query string cannot be specified in path and query string"},   /** Fragment cannot be specified in both the path and fragment   *///  public static final int ER_NO_FRAGMENT_STRING_IN_PATH = 201;    //{ ER_NO_FRAGMENT_STRING_IN_PATH,    //    "Fragment cannot be specified in both the path and fragment"},   /** Cannot initialize URI with empty parameters   *///  public static final int ER_CANNOT_INIT_URI_EMPTY_PARMS = 202;    //{ ER_CANNOT_INIT_URI_EMPTY_PARMS,    //    "Cannot initialize URI with empty parameters"},   /** Failed creating ElemLiteralResult instance   *///  public static final int ER_FAILED_CREATING_ELEMLITRSLT = 203;    { ER_FAILED_CREATING_ELEMLITRSLT,        "Creazione dell'istanza ElemLiteralResult non r

⌨️ 快捷键说明

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