Package | Description |
---|---|
com.espertech.esper.event |
This package defines the internal event APIs.
|
com.espertech.esper.event.property |
Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean
access
|
com.espertech.esper.event.xml |
XML event wrappers
|
Class and Description |
---|
BaseXMLEventType
Base class for XML event types.
|
SchemaModel
Represents a XSD schema or other metadata for a class of XML documents.
|
Class and Description |
---|
BaseXMLEventType
Base class for XML event types.
|
SchemaElementComplex
Represents a complex element possibly with attributes, simple elements, other complex child elements
and may itself have a simple type.
|
SchemaItem
Marker interface for a schema (simple or complex) element or attribute.
|
Class and Description |
---|
BaseXMLEventType
Base class for XML event types.
|
DOMPropertyGetter
Shortcut-getter for DOM underlying objects.
|
ElementPathNode
A simple node for the creation of a tree, intended in this case to mirror an XML model.
|
FragmentFactory
Factory for event fragments for use with DOM getters.
|
SchemaElement
Schema element is a simple or complex element.
|
SchemaElementComplex
Represents a complex element possibly with attributes, simple elements, other complex child elements
and may itself have a simple type.
|
SchemaElementSimple
Represents a simple value in a schema.
|
SchemaItem
Marker interface for a schema (simple or complex) element or attribute.
|
SchemaItemAttribute
Represents an attribute in a schema.
|
SchemaModel
Represents a XSD schema or other metadata for a class of XML documents.
|
XPathNamespaceContext
Provides the namespace context information for compiling XPath expressions.
|