Uses of Interface
com.espertech.esper.common.internal.event.xml.SchemaItem
Package
Description
Parsers and business objects to handle nested, indexed, mapped or generally complex properties for use in JavaBean
access
XML event wrappers
-
Uses of SchemaItem in com.espertech.esper.common.internal.event.property
Modifier and TypeMethodDescriptionDynamicIndexedProperty.getPropertyTypeSchema
(SchemaElementComplex complexProperty) DynamicMappedProperty.getPropertyTypeSchema
(SchemaElementComplex complexProperty) DynamicSimpleProperty.getPropertyTypeSchema
(SchemaElementComplex complexProperty) IndexedProperty.getPropertyTypeSchema
(SchemaElementComplex complexProperty) MappedProperty.getPropertyTypeSchema
(SchemaElementComplex complexProperty) NestedProperty.getPropertyTypeSchema
(SchemaElementComplex parentComplexProperty) Property.getPropertyTypeSchema
(SchemaElementComplex complexProperty) Returns the property type for use with DOM event representations.SimpleProperty.getPropertyTypeSchema
(SchemaElementComplex complexProperty) -
Uses of SchemaItem in com.espertech.esper.common.internal.event.xml
Modifier and TypeInterfaceDescriptioninterface
Schema element is a simple or complex element.Modifier and TypeClassDescriptionclass
Represents a complex element possibly with attributes, simple elements, other complex child elements and may itself have a simple type.class
Represents a simple value in a schema.class
Represents an attribute in a schema.Modifier and TypeMethodDescriptionstatic SchemaItem
SchemaUtil.findPropertyMapping
(SchemaElementComplex def, String property) Finds an apropiate definition for the given property, starting at the * given definition.Modifier and TypeMethodDescriptionstatic EPTypeClass
SchemaUtil.toReturnType
(SchemaItem item, EventTypeXMLXSDHandler xmlxsdHandler) Returns the Class-type of the schema item.