Skip to content

Commit c7ec55a

Browse files
committed
rewind resource files, leave them to L10n resource files update
1 parent 72c138f commit c7ec55a

10 files changed

+80
-20
lines changed

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/res/XPATHErrorResources_de.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
33
*/
44
/*
55
* Licensed to the Apache Software Foundation (ASF) under one or more
@@ -31,7 +31,7 @@
3131
* Also you need to update the count of messages(MAX_CODE)or
3232
* the count of warnings(MAX_WARNING) [ Information purpose only]
3333
* @xsl.usage advanced
34-
* @LastModified: Apr 2025
34+
* @LastModified: Nov 2024
3535
*/
3636
public class XPATHErrorResources_de extends ListResourceBundle
3737
{
@@ -305,6 +305,7 @@ public class XPATHErrorResources_de extends ListResourceBundle
305305
public static final String ER_XPATH_ERROR = "ER_XPATH_ERROR";
306306

307307
//BEGIN: Keys needed for exception messages of JAXP 1.3 XPath API implementation
308+
public static final String ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED = "ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED";
308309
public static final String ER_RESOLVE_VARIABLE_RETURNS_NULL = "ER_RESOLVE_VARIABLE_RETURNS_NULL";
309310
public static final String ER_NO_XPATH_VARIABLE_RESOLVER = "ER_NO_XPATH_VARIABLE_RESOLVER";
310311
public static final String ER_NO_XPATH_FUNCTION_PROVIDER = "ER_NO_XPATH_FUNCTION_PROVIDER";
@@ -765,6 +766,11 @@ public class XPATHErrorResources_de extends ListResourceBundle
765766

766767
//BEGIN: Definitions of error keys used in exception messages of JAXP 1.3 XPath API implementation
767768

769+
/** Field ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED */
770+
771+
{ ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED,
772+
"Erweiterungsfunktion \"{0}\" kann nicht aufgerufen werden, wenn das Feature \"XMLConstants.FEATURE_SECURE_PROCESSING\" auf \"true\" gesetzt ist."},
773+
768774
/** Field ER_RESOLVE_VARIABLE_RETURNS_NULL */
769775

770776
{ ER_RESOLVE_VARIABLE_RETURNS_NULL,

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/res/XPATHErrorResources_es.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024, 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
33
*/
44
/*
55
* Licensed to the Apache Software Foundation (ASF) under one or more
@@ -31,7 +31,7 @@
3131
* Also you need to update the count of messages(MAX_CODE)or
3232
* the count of warnings(MAX_WARNING) [ Information purpose only]
3333
* @xsl.usage advanced
34-
* @LastModified: Apr 2025
34+
* @LastModified: Nov 2024
3535
*/
3636
public class XPATHErrorResources_es extends ListResourceBundle
3737
{
@@ -303,6 +303,7 @@ public class XPATHErrorResources_es extends ListResourceBundle
303303
public static final String ER_XPATH_ERROR = "ER_XPATH_ERROR";
304304

305305
//BEGIN: Keys needed for exception messages of JAXP 1.3 XPath API implementation
306+
public static final String ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED = "ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED";
306307
public static final String ER_RESOLVE_VARIABLE_RETURNS_NULL = "ER_RESOLVE_VARIABLE_RETURNS_NULL";
307308
public static final String ER_UNSUPPORTED_RETURN_TYPE = "ER_UNSUPPORTED_RETURN_TYPE";
308309
public static final String ER_SOURCE_RETURN_TYPE_CANNOT_BE_NULL = "ER_SOURCE_RETURN_TYPE_CANNOT_BE_NULL";
@@ -751,6 +752,11 @@ public class XPATHErrorResources_es extends ListResourceBundle
751752

752753
//BEGIN: Definitions of error keys used in exception messages of JAXP 1.3 XPath API implementation
753754

755+
/** Field ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED */
756+
757+
{ ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED,
758+
"Funci\u00F3n de extensi\u00F3n: no se puede llamar a ''{0}'' cuando la funci\u00F3n XMLConstants.FEATURE_SECURE_PROCESSING est\u00E1 definida en true."},
759+
754760
/** Field ER_RESOLVE_VARIABLE_RETURNS_NULL */
755761

756762
{ ER_RESOLVE_VARIABLE_RETURNS_NULL,

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/res/XPATHErrorResources_fr.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates. All rights reserved.
33
*/
44
/*
55
* Licensed to the Apache Software Foundation (ASF) under one or more
@@ -31,7 +31,7 @@
3131
* Also you need to update the count of messages(MAX_CODE)or
3232
* the count of warnings(MAX_WARNING) [ Information purpose only]
3333
* @xsl.usage advanced
34-
* @LastModified: Apr 2025
34+
* @LastModified: Nov 2024
3535
*/
3636
public class XPATHErrorResources_fr extends ListResourceBundle
3737
{
@@ -303,6 +303,7 @@ public class XPATHErrorResources_fr extends ListResourceBundle
303303
public static final String ER_XPATH_ERROR = "ER_XPATH_ERROR";
304304

305305
//BEGIN: Keys needed for exception messages of JAXP 1.3 XPath API implementation
306+
public static final String ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED = "ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED";
306307
public static final String ER_RESOLVE_VARIABLE_RETURNS_NULL = "ER_RESOLVE_VARIABLE_RETURNS_NULL";
307308
public static final String ER_UNSUPPORTED_RETURN_TYPE = "ER_UNSUPPORTED_RETURN_TYPE";
308309
public static final String ER_SOURCE_RETURN_TYPE_CANNOT_BE_NULL = "ER_SOURCE_RETURN_TYPE_CANNOT_BE_NULL";
@@ -751,6 +752,11 @@ public class XPATHErrorResources_fr extends ListResourceBundle
751752

752753
//BEGIN: Definitions of error keys used in exception messages of JAXP 1.3 XPath API implementation
753754

755+
/** Field ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED */
756+
757+
{ ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED,
758+
"La fonction d''extension ''{0}'' ne peut pas \u00EAtre appel\u00E9e lorsque la fonctionnalit\u00E9 XMLConstants.FEATURE_SECURE_PROCESSING est d\u00E9finie sur True."},
759+
754760
/** Field ER_RESOLVE_VARIABLE_RETURNS_NULL */
755761

756762
{ ER_RESOLVE_VARIABLE_RETURNS_NULL,

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/res/XPATHErrorResources_it.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates. All rights reserved.
33
*/
44
/*
55
* Licensed to the Apache Software Foundation (ASF) under one or more
@@ -31,7 +31,7 @@
3131
* Also you need to update the count of messages(MAX_CODE)or
3232
* the count of warnings(MAX_WARNING) [ Information purpose only]
3333
* @xsl.usage advanced
34-
* @LastModified: Apr 2025
34+
* @LastModified: Nov 2024
3535
*/
3636
public class XPATHErrorResources_it extends ListResourceBundle
3737
{
@@ -303,6 +303,7 @@ public class XPATHErrorResources_it extends ListResourceBundle
303303
public static final String ER_XPATH_ERROR = "ER_XPATH_ERROR";
304304

305305
//BEGIN: Keys needed for exception messages of JAXP 1.3 XPath API implementation
306+
public static final String ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED = "ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED";
306307
public static final String ER_RESOLVE_VARIABLE_RETURNS_NULL = "ER_RESOLVE_VARIABLE_RETURNS_NULL";
307308
public static final String ER_UNSUPPORTED_RETURN_TYPE = "ER_UNSUPPORTED_RETURN_TYPE";
308309
public static final String ER_SOURCE_RETURN_TYPE_CANNOT_BE_NULL = "ER_SOURCE_RETURN_TYPE_CANNOT_BE_NULL";
@@ -751,6 +752,11 @@ public class XPATHErrorResources_it extends ListResourceBundle
751752

752753
//BEGIN: Definitions of error keys used in exception messages of JAXP 1.3 XPath API implementation
753754

755+
/** Field ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED */
756+
757+
{ ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED,
758+
"Impossibile richiamare la funzione di estensione ''{0}'' se la funzione XMLConstants.FEATURE_SECURE_PROCESSING \u00E8 impostata su true."},
759+
754760
/** Field ER_RESOLVE_VARIABLE_RETURNS_NULL */
755761

756762
{ ER_RESOLVE_VARIABLE_RETURNS_NULL,

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/res/XPATHErrorResources_ja.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
33
*/
44
/*
55
* Licensed to the Apache Software Foundation (ASF) under one or more
@@ -31,7 +31,7 @@
3131
* Also you need to update the count of messages(MAX_CODE)or
3232
* the count of warnings(MAX_WARNING) [ Information purpose only]
3333
* @xsl.usage advanced
34-
* @LastModified: Apr 2025
34+
* @LastModified: Nov 2024
3535
*/
3636
public class XPATHErrorResources_ja extends ListResourceBundle
3737
{
@@ -305,6 +305,7 @@ public class XPATHErrorResources_ja extends ListResourceBundle
305305
public static final String ER_XPATH_ERROR = "ER_XPATH_ERROR";
306306

307307
//BEGIN: Keys needed for exception messages of JAXP 1.3 XPath API implementation
308+
public static final String ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED = "ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED";
308309
public static final String ER_RESOLVE_VARIABLE_RETURNS_NULL = "ER_RESOLVE_VARIABLE_RETURNS_NULL";
309310
public static final String ER_NO_XPATH_VARIABLE_RESOLVER = "ER_NO_XPATH_VARIABLE_RESOLVER";
310311
public static final String ER_NO_XPATH_FUNCTION_PROVIDER = "ER_NO_XPATH_FUNCTION_PROVIDER";
@@ -765,6 +766,11 @@ public class XPATHErrorResources_ja extends ListResourceBundle
765766

766767
//BEGIN: Definitions of error keys used in exception messages of JAXP 1.3 XPath API implementation
767768

769+
/** Field ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED */
770+
771+
{ ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED,
772+
"\u62E1\u5F35\u95A2\u6570: XMLConstants.FEATURE_SECURE_PROCESSING\u6A5F\u80FD\u304Ctrue\u306B\u8A2D\u5B9A\u3055\u308C\u308B\u3068''{0}''\u3092\u8D77\u52D5\u3067\u304D\u307E\u305B\u3093\u3002"},
773+
768774
/** Field ER_RESOLVE_VARIABLE_RETURNS_NULL */
769775

770776
{ ER_RESOLVE_VARIABLE_RETURNS_NULL,

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/res/XPATHErrorResources_ko.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates. All rights reserved.
33
*/
44
/*
55
* Licensed to the Apache Software Foundation (ASF) under one or more
@@ -31,7 +31,7 @@
3131
* Also you need to update the count of messages(MAX_CODE)or
3232
* the count of warnings(MAX_WARNING) [ Information purpose only]
3333
* @xsl.usage advanced
34-
* @LastModified: Apr 2025
34+
* @LastModified: Nov 2024
3535
*/
3636
public class XPATHErrorResources_ko extends ListResourceBundle
3737
{
@@ -303,6 +303,7 @@ public class XPATHErrorResources_ko extends ListResourceBundle
303303
public static final String ER_XPATH_ERROR = "ER_XPATH_ERROR";
304304

305305
//BEGIN: Keys needed for exception messages of JAXP 1.3 XPath API implementation
306+
public static final String ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED = "ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED";
306307
public static final String ER_RESOLVE_VARIABLE_RETURNS_NULL = "ER_RESOLVE_VARIABLE_RETURNS_NULL";
307308
public static final String ER_UNSUPPORTED_RETURN_TYPE = "ER_UNSUPPORTED_RETURN_TYPE";
308309
public static final String ER_SOURCE_RETURN_TYPE_CANNOT_BE_NULL = "ER_SOURCE_RETURN_TYPE_CANNOT_BE_NULL";
@@ -751,6 +752,11 @@ public class XPATHErrorResources_ko extends ListResourceBundle
751752

752753
//BEGIN: Definitions of error keys used in exception messages of JAXP 1.3 XPath API implementation
753754

755+
/** Field ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED */
756+
757+
{ ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED,
758+
"XMLConstants.FEATURE_SECURE_PROCESSING \uAE30\uB2A5\uC774 true\uB85C \uC124\uC815\uB41C \uACBD\uC6B0 \uD655\uC7A5 \uD568\uC218 ''{0}''\uC744(\uB97C) \uD638\uCD9C\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."},
759+
754760
/** Field ER_RESOLVE_VARIABLE_RETURNS_NULL */
755761

756762
{ ER_RESOLVE_VARIABLE_RETURNS_NULL,

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/res/XPATHErrorResources_pt_BR.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates. All rights reserved.
33
*/
44
/*
55
* Licensed to the Apache Software Foundation (ASF) under one or more
@@ -31,7 +31,7 @@
3131
* Also you need to update the count of messages(MAX_CODE)or
3232
* the count of warnings(MAX_WARNING) [ Information purpose only]
3333
* @xsl.usage advanced
34-
* @LastModified: Apr 2025
34+
* @LastModified: Nov 2024
3535
*/
3636
public class XPATHErrorResources_pt_BR extends ListResourceBundle
3737
{
@@ -303,6 +303,7 @@ public class XPATHErrorResources_pt_BR extends ListResourceBundle
303303
public static final String ER_XPATH_ERROR = "ER_XPATH_ERROR";
304304

305305
//BEGIN: Keys needed for exception messages of JAXP 1.3 XPath API implementation
306+
public static final String ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED = "ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED";
306307
public static final String ER_RESOLVE_VARIABLE_RETURNS_NULL = "ER_RESOLVE_VARIABLE_RETURNS_NULL";
307308
public static final String ER_UNSUPPORTED_RETURN_TYPE = "ER_UNSUPPORTED_RETURN_TYPE";
308309
public static final String ER_SOURCE_RETURN_TYPE_CANNOT_BE_NULL = "ER_SOURCE_RETURN_TYPE_CANNOT_BE_NULL";
@@ -751,6 +752,11 @@ public class XPATHErrorResources_pt_BR extends ListResourceBundle
751752

752753
//BEGIN: Definitions of error keys used in exception messages of JAXP 1.3 XPath API implementation
753754

755+
/** Field ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED */
756+
757+
{ ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED,
758+
"Fun\u00E7\u00E3o de extens\u00E3o: ''{0}'' n\u00E3o pode ser chamado quando o recurso XMLConstants.FEATURE_SECURE_PROCESSING estiver definido como verdadeiro."},
759+
754760
/** Field ER_RESOLVE_VARIABLE_RETURNS_NULL */
755761

756762
{ ER_RESOLVE_VARIABLE_RETURNS_NULL,

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/res/XPATHErrorResources_sv.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates. All rights reserved.
33
*/
44
/*
55
* Licensed to the Apache Software Foundation (ASF) under one or more
@@ -31,7 +31,7 @@
3131
* Also you need to update the count of messages(MAX_CODE)or
3232
* the count of warnings(MAX_WARNING) [ Information purpose only]
3333
* @xsl.usage advanced
34-
* @LastModified: Apr 2025
34+
* @LastModified: Nov 2024
3535
*/
3636
public class XPATHErrorResources_sv extends ListResourceBundle
3737
{
@@ -303,6 +303,7 @@ public class XPATHErrorResources_sv extends ListResourceBundle
303303
public static final String ER_XPATH_ERROR = "ER_XPATH_ERROR";
304304

305305
//BEGIN: Keys needed for exception messages of JAXP 1.3 XPath API implementation
306+
public static final String ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED = "ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED";
306307
public static final String ER_RESOLVE_VARIABLE_RETURNS_NULL = "ER_RESOLVE_VARIABLE_RETURNS_NULL";
307308
public static final String ER_UNSUPPORTED_RETURN_TYPE = "ER_UNSUPPORTED_RETURN_TYPE";
308309
public static final String ER_SOURCE_RETURN_TYPE_CANNOT_BE_NULL = "ER_SOURCE_RETURN_TYPE_CANNOT_BE_NULL";
@@ -751,6 +752,11 @@ public class XPATHErrorResources_sv extends ListResourceBundle
751752

752753
//BEGIN: Definitions of error keys used in exception messages of JAXP 1.3 XPath API implementation
753754

755+
/** Field ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED */
756+
757+
{ ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED,
758+
"Till\u00E4ggsfunktion: ''{0}'' kan inte anropas om funktionen XMLConstants.FEATURE_SECURE_PROCESSING anges som true."},
759+
754760
/** Field ER_RESOLVE_VARIABLE_RETURNS_NULL */
755761

756762
{ ER_RESOLVE_VARIABLE_RETURNS_NULL,

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/res/XPATHErrorResources_zh_CN.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
33
*/
44
/*
55
* Licensed to the Apache Software Foundation (ASF) under one or more
@@ -31,7 +31,7 @@
3131
* Also you need to update the count of messages(MAX_CODE)or
3232
* the count of warnings(MAX_WARNING) [ Information purpose only]
3333
* @xsl.usage advanced
34-
* @LastModified: Apr 2025
34+
* @LastModified: Nov 2024
3535
*/
3636
public class XPATHErrorResources_zh_CN extends ListResourceBundle
3737
{
@@ -305,6 +305,7 @@ public class XPATHErrorResources_zh_CN extends ListResourceBundle
305305
public static final String ER_XPATH_ERROR = "ER_XPATH_ERROR";
306306

307307
//BEGIN: Keys needed for exception messages of JAXP 1.3 XPath API implementation
308+
public static final String ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED = "ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED";
308309
public static final String ER_RESOLVE_VARIABLE_RETURNS_NULL = "ER_RESOLVE_VARIABLE_RETURNS_NULL";
309310
public static final String ER_NO_XPATH_VARIABLE_RESOLVER = "ER_NO_XPATH_VARIABLE_RESOLVER";
310311
public static final String ER_NO_XPATH_FUNCTION_PROVIDER = "ER_NO_XPATH_FUNCTION_PROVIDER";
@@ -765,6 +766,11 @@ public class XPATHErrorResources_zh_CN extends ListResourceBundle
765766

766767
//BEGIN: Definitions of error keys used in exception messages of JAXP 1.3 XPath API implementation
767768

769+
/** Field ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED */
770+
771+
{ ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED,
772+
"\u5F53 XMLConstants.FEATURE_SECURE_PROCESSING \u529F\u80FD\u8BBE\u7F6E\u4E3A\u201C\u771F\u201D\u65F6, \u4E0D\u80FD\u8C03\u7528\u6269\u5C55\u51FD\u6570 ''{0}''\u3002"},
773+
768774
/** Field ER_RESOLVE_VARIABLE_RETURNS_NULL */
769775

770776
{ ER_RESOLVE_VARIABLE_RETURNS_NULL,

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/res/XPATHErrorResources_zh_TW.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2022, 2024, Oracle and/or its affiliates. All rights reserved.
33
*/
44
/*
55
* Licensed to the Apache Software Foundation (ASF) under one or more
@@ -31,7 +31,7 @@
3131
* Also you need to update the count of messages(MAX_CODE)or
3232
* the count of warnings(MAX_WARNING) [ Information purpose only]
3333
* @xsl.usage advanced
34-
* @LastModified: Apr 2025
34+
* @LastModified: Nov 2024
3535
*/
3636
public class XPATHErrorResources_zh_TW extends ListResourceBundle
3737
{
@@ -303,6 +303,7 @@ public class XPATHErrorResources_zh_TW extends ListResourceBundle
303303
public static final String ER_XPATH_ERROR = "ER_XPATH_ERROR";
304304

305305
//BEGIN: Keys needed for exception messages of JAXP 1.3 XPath API implementation
306+
public static final String ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED = "ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED";
306307
public static final String ER_RESOLVE_VARIABLE_RETURNS_NULL = "ER_RESOLVE_VARIABLE_RETURNS_NULL";
307308
public static final String ER_UNSUPPORTED_RETURN_TYPE = "ER_UNSUPPORTED_RETURN_TYPE";
308309
public static final String ER_SOURCE_RETURN_TYPE_CANNOT_BE_NULL = "ER_SOURCE_RETURN_TYPE_CANNOT_BE_NULL";
@@ -751,6 +752,11 @@ public class XPATHErrorResources_zh_TW extends ListResourceBundle
751752

752753
//BEGIN: Definitions of error keys used in exception messages of JAXP 1.3 XPath API implementation
753754

755+
/** Field ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED */
756+
757+
{ ER_EXTENSION_FUNCTION_CANNOT_BE_INVOKED,
758+
"\u7576 XMLConstants.FEATURE_SECURE_PROCESSING \u529F\u80FD\u8A2D\u70BA\u771F\u6642\uFF0C\u7121\u6CD5\u547C\u53EB\u64F4\u5145\u51FD\u6578: ''{0}''\u3002"},
759+
754760
/** Field ER_RESOLVE_VARIABLE_RETURNS_NULL */
755761

756762
{ ER_RESOLVE_VARIABLE_RETURNS_NULL,

0 commit comments

Comments
 (0)