Package | Description |
---|---|
com.espertech.esper.common.client.configuration.common |
Configuration classes for the common section, which is relevant to both the compiler and the runtime
|
com.espertech.esper.common.internal.event.eventtypefactory | |
com.espertech.esper.common.internal.event.eventtyperepo | |
com.espertech.esper.common.internal.event.path | |
com.espertech.esper.common.internal.event.xml |
XML event wrappers
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,ConfigurationCommonEventTypeXMLDOM> |
ConfigurationCommon.eventTypesXMLDOM
Map of event type name and XML DOM configuration.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ConfigurationCommonEventTypeXMLDOM> |
ConfigurationCommon.getEventTypesXMLDOM()
Returns the mapping of event type name to XML DOM event type information.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationCommon.addEventType(String eventTypeName,
ConfigurationCommonEventTypeXMLDOM xmlDOMEventTypeDesc)
Add an name for an event type that represents org.w3c.dom.Node events.
|
Modifier and Type | Method and Description |
---|---|
EventType |
EventTypeFactoryImpl.createXMLType(EventTypeMetadata metadata,
ConfigurationCommonEventTypeXMLDOM detail,
SchemaModel schemaModel,
String representsFragmentOfProperty,
String representsOriginalTypeName,
BeanEventTypeFactory beanEventTypeFactory,
XMLFragmentEventTypeFactory xmlFragmentEventTypeFactory,
EventTypeNameResolver eventTypeNameResolver,
EventTypeXMLXSDHandler xmlxsdHandler) |
EventType |
EventTypeFactory.createXMLType(EventTypeMetadata metadata,
ConfigurationCommonEventTypeXMLDOM detail,
SchemaModel schemaModel,
String representsFragmentOfProperty,
String representsOriginalTypeName,
BeanEventTypeFactory beanEventTypeFactory,
XMLFragmentEventTypeFactory xmlFragmentEventTypeFactory,
EventTypeNameResolver eventTypeNameResolver,
EventTypeXMLXSDHandler xmlxsdHandler) |
Modifier and Type | Method and Description |
---|---|
static void |
EventTypeRepositoryXMLTypeUtil.buildXMLTypes(EventTypeRepositoryImpl repo,
Map<String,ConfigurationCommonEventTypeXMLDOM> eventTypesXMLDOM,
BeanEventTypeFactory beanEventTypeFactory,
XMLFragmentEventTypeFactory xmlFragmentEventTypeFactory,
ClasspathImportService classpathImportService,
EventTypeXMLXSDHandler xmlxsdHandler) |
Modifier and Type | Method and Description |
---|---|
void |
EventTypeCollectorImpl.registerXMLNewType(EventTypeMetadata metadata,
ConfigurationCommonEventTypeXMLDOM config) |
void |
EventTypeCollector.registerXMLNewType(EventTypeMetadata metadata,
ConfigurationCommonEventTypeXMLDOM config) |
Modifier and Type | Method and Description |
---|---|
static ConfigurationCommonEventTypeXMLDOM |
CreateSchemaXMLHelper.configure(StatementBaseInfo base,
StatementCompileTimeServices services) |
ConfigurationCommonEventTypeXMLDOM |
BaseXMLEventType.getConfigurationEventTypeXMLDOM()
Returns the configuration XML for the XML type.
|
Copyright © 2005–2022. All rights reserved.