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 IntegerexistsNode(@Nullable String xml, @Nullable String xpath) static @Nullable IntegerexistsNode(@Nullable String xml, @Nullable String xpath, @Nullable String namespace) static @Nullable StringextractValue(@Nullable String input, @Nullable String xpath) static @Nullable StringextractXml(@Nullable String xml, @Nullable String xpath) static @Nullable StringextractXml(@Nullable String xml, @Nullable String xpath, @Nullable String namespace) static @Nullable StringxmlTransform(@Nullable String xml, @Nullable String xslt)
-
Method Details
-
extractValue
-
xmlTransform
-
extractXml
-
extractXml
-
existsNode
-
existsNode
-