public class UDFXPathUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UDFXPathUtil.ReusableStringReader
Reusable, non-threadsafe version of
StringReader. |
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTERNAL_GENERAL_ENTITIES_FEATURE |
static String |
EXTERNAL_PARAMETER_ENTITIES_FEATURE |
static String |
SAX_FEATURE_PREFIX |
| Constructor and Description |
|---|
UDFXPathUtil() |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(String xml,
String path,
QName qname) |
Boolean |
evalBoolean(String xml,
String path) |
Node |
evalNode(String xml,
String path) |
NodeList |
evalNodeList(String xml,
String path) |
Double |
evalNumber(String xml,
String path) |
String |
evalString(String xml,
String path) |
public static final String SAX_FEATURE_PREFIX
public static final String EXTERNAL_GENERAL_ENTITIES_FEATURE
public static final String EXTERNAL_PARAMETER_ENTITIES_FEATURE
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.