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 java.lang.Object |
XPathPropertyGetter.evaluateXPathGet(org.w3c.dom.Node und,
javax.xml.xpath.XPathExpression expression,
java.lang.String expressionText,
java.lang.String property,
java.lang.Class optionalCastToType,
javax.xml.namespace.QName resultType,
boolean isCastToArray,
SimpleTypeParser simpleTypeParser)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static java.lang.Object |
DOMConvertingArrayGetter.getDOMArrayFromNodes(org.w3c.dom.Node[] result,
java.lang.Class componentType,
SimpleTypeParser parser)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static java.lang.Object |
DOMConvertingGetter.getParseTextValue(org.w3c.dom.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(java.lang.Class clazz)
Returns a parsers for the String value using the given Java built-in class for parsing.
|