📄 xpatherrorresources_de.java
字号:
"WG_DONT_DO_ANYTHING_WITH_NS"; public static final String WG_SECURITY_EXCEPTION = "WG_SECURITY_EXCEPTION"; public static final String WG_QUO_NO_LONGER_DEFINED = "WG_QUO_NO_LONGER_DEFINED"; public static final String WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST = "WG_NEED_DERIVED_OBJECT_TO_IMPLEMENT_NODETEST"; public static final String WG_FUNCTION_TOKEN_NOT_FOUND = "WG_FUNCTION_TOKEN_NOT_FOUND"; public static final String WG_COULDNOT_FIND_FUNCTION = "WG_COULDNOT_FIND_FUNCTION"; public static final String WG_CANNOT_MAKE_URL_FROM ="WG_CANNOT_MAKE_URL_FROM"; public static final String WG_EXPAND_ENTITIES_NOT_SUPPORTED = "WG_EXPAND_ENTITIES_NOT_SUPPORTED"; public static final String WG_ILLEGAL_VARIABLE_REFERENCE = "WG_ILLEGAL_VARIABLE_REFERENCE"; public static final String WG_UNSUPPORTED_ENCODING ="WG_UNSUPPORTED_ENCODING"; // Error messages... /** * Get the association list. * * @return The association list. */ public Object[][] getContents() { return new Object[][]{ /** Field ERROR0000 */// public static final int ERROR0000 = 0; { "ERROR0000" , "{0}" }, /** Field ER_CURRENT_NOT_ALLOWED_IN_MATCH */// public static final int ER_CURRENT_NOT_ALLOWED_IN_MATCH = 1; { ER_CURRENT_NOT_ALLOWED_IN_MATCH, "Die Funktion current() ist in einem \u00dcbereinstimmungsmuster nicht zul\u00e4ssig!" }, /** Field ER_CURRENT_TAKES_NO_ARGS */ //public static final int ER_CURRENT_TAKES_NO_ARGS = 2; { ER_CURRENT_TAKES_NO_ARGS, "In der Funktion current() d\u00fcrfen keine Argumente angegeben werden!" }, /** Field ER_DOCUMENT_REPLACED */// public static final int ER_DOCUMENT_REPLACED = 3; { ER_DOCUMENT_REPLACED, "Die Implementierung der Funktion document() wurde durch com.sun.org.apache.xalan.internal.xslt.FuncDocument ersetzt!"}, /** Field ER_CONTEXT_HAS_NO_OWNERDOC */ // public static final int ER_CONTEXT_HAS_NO_OWNERDOC = 4; { ER_CONTEXT_HAS_NO_OWNERDOC, "Der Kontextknoten verf\u00fcgt nicht \u00fcber ein Eignerdokument!"}, /** Field ER_LOCALNAME_HAS_TOO_MANY_ARGS */ // public static final int ER_LOCALNAME_HAS_TOO_MANY_ARGS = 5; { ER_LOCALNAME_HAS_TOO_MANY_ARGS, "local-name() weist zu viele Argumente auf."}, /** Field ER_NAMESPACEURI_HAS_TOO_MANY_ARGS */ //public static final int ER_NAMESPACEURI_HAS_TOO_MANY_ARGS = 6; { ER_NAMESPACEURI_HAS_TOO_MANY_ARGS, "namespace-uri() weist zu viele Argumente auf."}, /** Field ER_NORMALIZESPACE_HAS_TOO_MANY_ARGS */// public static final int ER_NORMALIZESPACE_HAS_TOO_MANY_ARGS = 7; { ER_NORMALIZESPACE_HAS_TOO_MANY_ARGS, "normalize-space() weist zu viele Argumente auf."}, /** Field ER_NUMBER_HAS_TOO_MANY_ARGS */// public static final int ER_NUMBER_HAS_TOO_MANY_ARGS = 8; { ER_NUMBER_HAS_TOO_MANY_ARGS, "number() weist zu viele Argumente auf."}, /** Field ER_NAME_HAS_TOO_MANY_ARGS */// public static final int ER_NAME_HAS_TOO_MANY_ARGS = 9; { ER_NAME_HAS_TOO_MANY_ARGS, "name() weist zu viele Argumente auf."}, /** Field ER_STRING_HAS_TOO_MANY_ARGS */// public static final int ER_STRING_HAS_TOO_MANY_ARGS = 10; { ER_STRING_HAS_TOO_MANY_ARGS, "string() weist zu viele Argumente auf."}, /** Field ER_STRINGLENGTH_HAS_TOO_MANY_ARGS */// public static final int ER_STRINGLENGTH_HAS_TOO_MANY_ARGS = 11; { ER_STRINGLENGTH_HAS_TOO_MANY_ARGS, "string-length() weist zu viele Argumente auf."}, /** Field ER_TRANSLATE_TAKES_3_ARGS */// public static final int ER_TRANSLATE_TAKES_3_ARGS = 12; { ER_TRANSLATE_TAKES_3_ARGS, "Die Funktion translate() erfordert drei Argumente!"}, /** Field ER_UNPARSEDENTITYURI_TAKES_1_ARG */// public static final int ER_UNPARSEDENTITYURI_TAKES_1_ARG = 13; { ER_UNPARSEDENTITYURI_TAKES_1_ARG, "Die Funktion unparsed-entity-uri sollte ein einziges Argument enthalten!"}, /** Field ER_NAMESPACEAXIS_NOT_IMPLEMENTED */// public static final int ER_NAMESPACEAXIS_NOT_IMPLEMENTED = 14; { ER_NAMESPACEAXIS_NOT_IMPLEMENTED, "Die Namensbereichachse ist bisher nicht implementiert!"}, /** Field ER_UNKNOWN_AXIS */// public static final int ER_UNKNOWN_AXIS = 15; { ER_UNKNOWN_AXIS, "Unbekannte Achse: {0}"}, /** Field ER_UNKNOWN_MATCH_OPERATION */// public static final int ER_UNKNOWN_MATCH_OPERATION = 16; { ER_UNKNOWN_MATCH_OPERATION, "Unbekannter \u00dcbereinstimmungsvorgang!"}, /** Field ER_INCORRECT_ARG_LENGTH */// public static final int ER_INCORRECT_ARG_LENGTH = 17; { ER_INCORRECT_ARG_LENGTH, "Die L\u00e4nge des Arguments f\u00fcr den Knotentest von processing-instruction() ist falsch!"}, /** Field ER_CANT_CONVERT_TO_NUMBER */// public static final int ER_CANT_CONVERT_TO_NUMBER = 18; { ER_CANT_CONVERT_TO_NUMBER, "{0} kann nicht in eine Zahl konvertiert werden!"}, /** Field ER_CANT_CONVERT_TO_NODELIST */ //public static final int ER_CANT_CONVERT_TO_NODELIST = 19; { ER_CANT_CONVERT_TO_NODELIST, "{0} kann nicht in NodeList konvertiert werden!"}, /** Field ER_CANT_CONVERT_TO_MUTABLENODELIST */// public static final int ER_CANT_CONVERT_TO_MUTABLENODELIST = 20; { ER_CANT_CONVERT_TO_MUTABLENODELIST, "{0} kann nicht in NodeSetDTM konvertiert werden!"}, /** Field ER_CANT_CONVERT_TO_TYPE */// public static final int ER_CANT_CONVERT_TO_TYPE = 21; { ER_CANT_CONVERT_TO_TYPE, "{0} kann nicht in type#{1} konvertiert werden."}, /** Field ER_EXPECTED_MATCH_PATTERN */// public static final int ER_EXPECTED_MATCH_PATTERN = 22; { ER_EXPECTED_MATCH_PATTERN, "\u00dcbereinstimmungsmuster in getMatchScore erwartet!"}, /** Field ER_COULDNOT_GET_VAR_NAMED */// public static final int ER_COULDNOT_GET_VAR_NAMED = 23; { ER_COULDNOT_GET_VAR_NAMED, "Die Variable mit dem Namen {0} konnte nicht abgerufen werden."}, /** Field ER_UNKNOWN_OPCODE */// public static final int ER_UNKNOWN_OPCODE = 24; { ER_UNKNOWN_OPCODE, "FEHLER! Unbekannter Operationscode: {0}"}, /** Field ER_EXTRA_ILLEGAL_TOKENS */// public static final int ER_EXTRA_ILLEGAL_TOKENS = 25; { ER_EXTRA_ILLEGAL_TOKENS, "Zus\u00e4tzliche nicht zul\u00e4ssige Token: {0}"}, /** Field ER_EXPECTED_DOUBLE_QUOTE */// public static final int ER_EXPECTED_DOUBLE_QUOTE = 26; { ER_EXPECTED_DOUBLE_QUOTE, "Falsche Anf\u00fchrungszeichen f\u00fcr Literal... Doppelte Anf\u00fchrungszeichen wurden erwartet!"}, /** Field ER_EXPECTED_SINGLE_QUOTE */// public static final int ER_EXPECTED_SINGLE_QUOTE = 27; { ER_EXPECTED_SINGLE_QUOTE, "Falsche Anf\u00fchrungszeichen f\u00fcr Literal... Einfache Anf\u00fchrungszeichen wurden erwartet!"}, /** Field ER_EMPTY_EXPRESSION */// public static final int ER_EMPTY_EXPRESSION = 28; { ER_EMPTY_EXPRESSION, "Leerer Ausdruck!"}, /** Field ER_EXPECTED_BUT_FOUND */// public static final int ER_EXPECTED_BUT_FOUND = 29; { ER_EXPECTED_BUT_FOUND, "Erwartet wurde {0}, gefunden wurde: {1}"}, /** Field ER_INCORRECT_PROGRAMMER_ASSERTION */// public static final int ER_INCORRECT_PROGRAMMER_ASSERTION = 30; { ER_INCORRECT_PROGRAMMER_ASSERTION, "Festlegung des Programmierers ist falsch! - {0}"}, /** Field ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL */// public static final int ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL = 31; { ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL, "Das Argument boolean(...) ist im XPath-Entwurf 19990709 nicht mehr optional."}, /** Field ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG */// public static final int ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG = 32; { ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG, "Gefunden wurde ',' ohne vorangestelltes Argument!"}, /** Field ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG */// public static final int ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG = 33; { ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG, "Gefunden wurde ',' ohne nachfolgendes Argument!"}, /** Field ER_PREDICATE_ILLEGAL_SYNTAX */// public static final int ER_PREDICATE_ILLEGAL_SYNTAX = 34; { ER_PREDICATE_ILLEGAL_SYNTAX, "'..[predicate]' oder '.[predicate]' ist eine nicht zul\u00e4ssige Syntax. Verwenden Sie stattdessen 'self::node()[predicate]'."}, /** Field ER_ILLEGAL_AXIS_NAME */// public static final int ER_ILLEGAL_AXIS_NAME = 35; { ER_ILLEGAL_AXIS_NAME, "Nicht zul\u00e4ssiger Achsenname: {0}"}, /** Field ER_UNKNOWN_NODETYPE */// public static final int ER_UNKNOWN_NODETYPE = 36; { ER_UNKNOWN_NODETYPE, "Unbekannter Knotentyp: {0}"}, /** Field ER_PATTERN_LITERAL_NEEDS_BE_QUOTED */// public static final int ER_PATTERN_LITERAL_NEEDS_BE_QUOTED = 37; { ER_PATTERN_LITERAL_NEEDS_BE_QUOTED, "Musterliteral ({0}) muss in Anf\u00fchrungszeichen angegeben werden!"}, /** Field ER_COULDNOT_BE_FORMATTED_TO_NUMBER */// public static final int ER_COULDNOT_BE_FORMATTED_TO_NUMBER = 38; { ER_COULDNOT_BE_FORMATTED_TO_NUMBER, "{0} konnte nicht als Zahl formatiert werden!"}, /** Field ER_COULDNOT_CREATE_XMLPROCESSORLIAISON */// public static final int ER_COULDNOT_CREATE_XMLPROCESSORLIAISON = 39; { ER_COULDNOT_CREATE_XMLPROCESSORLIAISON, "XML-TransformerFactory-Liaison konnte nicht erstellt werden: {0}"}, /** Field ER_DIDNOT_FIND_XPATH_SELECT_EXP */// public static final int ER_DIDNOT_FIND_XPATH_SELECT_EXP = 40; { ER_DIDNOT_FIND_XPATH_SELECT_EXP, "Fehler! xpath-Auswahlausdruck (-select) konnte nicht gefunden werden."}, /** Field ER_COULDNOT_FIND_ENDOP_AFTER_OPLOCATIONPATH */// public static final int ER_COULDNOT_FIND_ENDOP_AFTER_OPLOCATIONPATH = 41; { ER_COULDNOT_FIND_ENDOP_AFTER_OPLOCATIONPATH, "FEHLER! ENDOP konnte nach OP_LOCATIONPATH nicht gefunden werden."}, /** Field ER_ERROR_OCCURED */// public static final int ER_ERROR_OCCURED = 42; { ER_ERROR_OCCURED, "Es ist ein Fehler aufgetreten!"}, /** Field ER_ILLEGAL_VARIABLE_REFERENCE */// public static final int ER_ILLEGAL_VARIABLE_REFERENCE = 43; { ER_ILLEGAL_VARIABLE_REFERENCE, "Das f\u00fcr die Variable angegebene Argument VariableReference befindet sich au\u00dferhalb des Kontexts oder weist keine Definition auf! Name = {0}"}, /** Field ER_AXES_NOT_ALLOWED */// public static final int ER_AXES_NOT_ALLOWED = 44; { ER_AXES_NOT_ALLOWED, "Nur die Achsen ''child::'' und ''attribute::'' sind in Suchmustern zul\u00e4ssig! Fehlerhafte Achsen = {0}"}, /** Field ER_KEY_HAS_TOO_MANY_ARGS */// public static final int ER_KEY_HAS_TOO_MANY_ARGS = 45; { ER_KEY_HAS_TOO_MANY_ARGS, "key() weist eine falsche Anzahl Argumenten auf."}, /** Field ER_COUNT_TAKES_1_ARG */// public static final int ER_COUNT_TAKES_1_ARG = 46; { ER_COUNT_TAKES_1_ARG, "Die Funktion count sollte ein einziges Argument enthalten!"}, /** Field ER_COULDNOT_FIND_FUNCTION */// public static final int ER_COULDNOT_FIND_FUNCTION = 47; { ER_COULDNOT_FIND_FUNCTION, "Die Funktion konnte nicht gefunden werden: {0}"}, /** Field ER_UNSUPPORTED_ENCODING */// public static final int ER_UNSUPPORTED_ENCODING = 48; { ER_UNSUPPORTED_ENCODING, "Nicht unterst\u00fctzte Verschl\u00fcsselung: {0}"}, /** Field ER_PROBLEM_IN_DTM_NEXTSIBLING */// public static final int ER_PROBLEM_IN_DTM_NEXTSIBLING = 49; { ER_PROBLEM_IN_DTM_NEXTSIBLING, "In dem DTM in getNextSibling ist ein Fehler aufgetreten... Wiederherstellung wird durchgef\u00fchrt"}, /** Field ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL */// public static final int ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL = 50; { ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL, "Programmierungsfehler: In EmptyNodeList kann nicht geschrieben werden."},
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -