Uses of Interface
com.espertech.esper.event.xml.SchemaItem

Packages that use SchemaItem
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 
 

Uses of SchemaItem in com.espertech.esper.event.property
 

Methods in com.espertech.esper.event.property that return SchemaItem
 SchemaItem SimpleProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService)
           
 SchemaItem Property.getPropertyTypeSchema(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService)
          Returns the property type for use with DOM event representations.
 SchemaItem NestedProperty.getPropertyTypeSchema(SchemaElementComplex parentComplexProperty, EventAdapterService eventAdapterService)
           
 SchemaItem MappedProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService)
           
 SchemaItem IndexedProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService)
           
 SchemaItem DynamicSimpleProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService)
           
 SchemaItem DynamicMappedProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService)
           
 SchemaItem DynamicIndexedProperty.getPropertyTypeSchema(SchemaElementComplex complexProperty, EventAdapterService eventAdapterService)
           
 

Uses of SchemaItem in com.espertech.esper.event.xml
 

Subinterfaces of SchemaItem in com.espertech.esper.event.xml
 interface SchemaElement
          Schema element is a simple or complex element.
 

Classes in com.espertech.esper.event.xml that implement SchemaItem
 class SchemaElementComplex
          Represents a complex element possibly with attributes, simple elements, other complex child elements and may itself have a simple type.
 class SchemaElementSimple
          Represents a simple value in a schema.
 class SchemaItemAttribute
          Represents an attribute in a schema.
 

Methods in com.espertech.esper.event.xml that return SchemaItem
static SchemaItem SchemaUtil.findPropertyMapping(SchemaElementComplex def, java.lang.String property)
          Finds an apropiate definition for the given property, starting at the * given definition.
 

Methods in com.espertech.esper.event.xml with parameters of type SchemaItem
static java.lang.Class SchemaUtil.toReturnType(SchemaItem item)
          Returns the Class-type of the schema item.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com