Uses of Interface
com.espertech.esper.common.internal.event.xml.SchemaItem
Packages that use 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
Methods in com.espertech.esper.common.internal.event.property that return SchemaItemModifier 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
Subinterfaces of SchemaItem in com.espertech.esper.common.internal.event.xmlModifier and TypeInterfaceDescriptioninterface
Schema element is a simple or complex element.Classes in com.espertech.esper.common.internal.event.xml that implement SchemaItemModifier 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.Methods in com.espertech.esper.common.internal.event.xml that return SchemaItemModifier and TypeMethodDescriptionstatic SchemaItem
SchemaUtil.findPropertyMapping
(SchemaElementComplex def, String property) Finds an apropiate definition for the given property, starting at the * given definition.Methods in com.espertech.esper.common.internal.event.xml with parameters of type SchemaItemModifier and TypeMethodDescriptionstatic EPTypeClass
SchemaUtil.toReturnType
(SchemaItem item, EventTypeXMLXSDHandler xmlxsdHandler) Returns the Class-type of the schema item.