public class XmlFunctions extends Object
| Modifier and Type | Method and Description |
|---|---|
static @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) |
public static @Nullable String extractValue(@Nullable String input, @Nullable String xpath)
public static @Nullable String xmlTransform(@Nullable String xml, @Nullable String xslt)
public static @Nullable String extractXml(@Nullable String xml, @Nullable String xpath, @Nullable String namespace)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.