Package | Description |
---|---|
com.espertech.esper.epl.expression.funcs |
Function expressions.
|
com.espertech.esper.event.xml |
XML event wrappers
|
com.espertech.esper.util |
Utility classes that center around Java type handling, printing, reflection, debugging
|
Constructor and Description |
---|
StringParserComputer(SimpleTypeParser parser) |
Modifier and Type | Method and Description |
---|---|
static Object |
XPathPropertyGetter.evaluateXPathGet(Node und,
XPathExpression expression,
String expressionText,
String property,
Class optionalCastToType,
QName resultType,
boolean isCastToArray,
SimpleTypeParser simpleTypeParser)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static Object |
DOMConvertingArrayGetter.getDOMArrayFromNodes(Node[] result,
Class componentType,
SimpleTypeParser parser)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static Object |
DOMConvertingGetter.getParseTextValue(Node node,
SimpleTypeParser parser)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
Modifier and Type | Method and Description |
---|---|
static SimpleTypeParser |
SimpleTypeParserFactory.getParser(Class clazz)
Returns a parsers for the String value using the given Java built-in class for parsing.
|