Package org.apache.calcite.runtime
Class XmlFunctions
java.lang.Object
org.apache.calcite.runtime.XmlFunctions
A collection of functions used in Xml processing.
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable Integer
existsNode
(@Nullable String xml, @Nullable String xpath) static @Nullable Integer
existsNode
(@Nullable String xml, @Nullable String xpath, @Nullable String namespace) static @Nullable String
extractValue
(@Nullable String input, @Nullable String xpath) static @Nullable String
extractXml
(@Nullable String xml, @Nullable String xpath) static @Nullable String
extractXml
(@Nullable String xml, @Nullable String xpath, @Nullable String namespace) static @Nullable String
xmlTransform
(@Nullable String xml, @Nullable String xslt)
-
Method Details
-
extractValue
-
xmlTransform
-
extractXml
-
extractXml
-
existsNode
-
existsNode
-