Class XmlFunctions

java.lang.Object
org.apache.calcite.runtime.XmlFunctions

public class XmlFunctions extends Object
A collection of functions used in Xml processing.
  • Method Details

    • extractValue

      public static @Nullable String extractValue(@Nullable String input, @Nullable String xpath)
    • xmlTransform

      public static @Nullable String xmlTransform(@Nullable String xml, @Nullable String xslt)
    • extractXml

      public static @Nullable String extractXml(@Nullable String xml, @Nullable String xpath)
    • extractXml

      public static @Nullable String extractXml(@Nullable String xml, @Nullable String xpath, @Nullable String namespace)
    • existsNode

      public static @Nullable Integer existsNode(@Nullable String xml, @Nullable String xpath)
    • existsNode

      public static @Nullable Integer existsNode(@Nullable String xml, @Nullable String xpath, @Nullable String namespace)