Package | Description |
---|---|
com.espertech.esper.event.xml |
XML event wrappers
|
Modifier and Type | Class and Description |
---|---|
class |
DOMAttributeAndElementGetter
Getter for both attribute and element values, attributes are checked first.
|
class |
DOMComplexElementGetter
Getter for a DOM complex element.
|
class |
DOMIndexedGetter
Getter for retrieving a value at a certain index.
|
class |
DOMMapGetter
DOM getter for Map-property.
|
class |
DOMNestedPropertyGetter
Getter for nested properties in a DOM tree.
|
class |
DOMSimpleAttributeGetter
Getter for simple attributes in a DOM node.
|
Constructor and Description |
---|
DOMConvertingArrayGetter(DOMPropertyGetter domPropertyGetter,
Class returnType)
Ctor.
|
DOMConvertingGetter(DOMPropertyGetter domPropertyGetter,
Class returnType)
Ctor.
|