summaryrefslogtreecommitdiffstats
path: root/vespajlib/abi-spec.json
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-06-15 14:05:09 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-06-15 14:06:27 +0200
commit563128c8fbc3f5fa3b5d4f414904c330ed6491a1 (patch)
tree75dbf488c610545cea6d09358a5f0c15d9e50755 /vespajlib/abi-spec.json
parent37761206b87ec3dad92ce9b418817016e89c842d (diff)
Add helper `XML.getChildValue()`
Diffstat (limited to 'vespajlib/abi-spec.json')
-rw-r--r--vespajlib/abi-spec.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespajlib/abi-spec.json b/vespajlib/abi-spec.json
index 36f5d22a4fd..676e212f5c6 100644
--- a/vespajlib/abi-spec.json
+++ b/vespajlib/abi-spec.json
@@ -3375,6 +3375,7 @@
"public static java.util.Optional attribute(java.lang.String, org.w3c.dom.Element)",
"public static java.lang.String getValue(org.w3c.dom.Element)",
"public static org.w3c.dom.Element getChild(org.w3c.dom.Element, java.lang.String)",
+ "public static java.util.Optional getChildValue(org.w3c.dom.Element, java.lang.String)",
"public static java.lang.String getNodePath(org.w3c.dom.Node, java.lang.String)",
"public static boolean isName(java.lang.CharSequence)"
],