Uses of Interface
uk.ac.ebi.adfconverter.tools.checker.data.impl.runtime.UnmarshallingEventHandler

Packages that use UnmarshallingEventHandler
uk.ac.ebi.adfconverter.tools.checker.data.impl   
uk.ac.ebi.adfconverter.tools.checker.data.impl.runtime   
 

Uses of UnmarshallingEventHandler in uk.ac.ebi.adfconverter.tools.checker.data.impl
 

Classes in uk.ac.ebi.adfconverter.tools.checker.data.impl that implement UnmarshallingEventHandler
 class CardinalityTypeImpl.Unmarshaller
           
 class CheckRuleTypeImpl.Unmarshaller
           
 class ConstraintTypeImpl.Unmarshaller
           
 class DataTypeImpl.TablesTypeImpl.Unmarshaller
           
 class DataTypeImpl.Unmarshaller
           
 class DocumentStructureImpl.Unmarshaller
           
 class DocumentStructureTypeImpl.FilesTypeImpl.Unmarshaller
           
 class DocumentStructureTypeImpl.Unmarshaller
           
 class FieldTypeImpl.ConstraintsTypeImpl.Unmarshaller
           
 class FieldTypeImpl.Unmarshaller
           
 class FilerImpl.Unmarshaller
           
 class FileTypeImpl.DataSetTypeImpl.Unmarshaller
           
 class FileTypeImpl.Unmarshaller
           
 class HeaderImpl.Unmarshaller
           
 class HeaderTypeImpl.ItemsTypeImpl.Unmarshaller
           
 class HeaderTypeImpl.Unmarshaller
           
 class ItemTempImpl.Unmarshaller
           
 class ItemTypeImpl.FieldDependenceTypeImpl.Unmarshaller
           
 class ItemTypeImpl.RelaxCheckRulesTypeImpl.Unmarshaller
           
 class ItemTypeImpl.SubNamesTypeImpl.Unmarshaller
           
 class ItemTypeImpl.Unmarshaller
           
 class LocationTypeImpl.PreviousColumnsTypeImpl.Unmarshaller
           
 class LocationTypeImpl.Unmarshaller
           
 class SubNameTypeImpl.ConstraintsTypeImpl.Unmarshaller
           
 class SubNameTypeImpl.Unmarshaller
           
 class TableTypeImpl.Unmarshaller
           
 

Methods in uk.ac.ebi.adfconverter.tools.checker.data.impl that return UnmarshallingEventHandler
 UnmarshallingEventHandler TableTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler SubNameTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler SubNameTypeImpl.ConstraintsTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler LocationTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler LocationTypeImpl.PreviousColumnsTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ItemTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ItemTypeImpl.FieldDependenceTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ItemTypeImpl.RelaxCheckRulesTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ItemTypeImpl.SubNamesTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ItemTempImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler HeaderTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler HeaderTypeImpl.ItemsTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler HeaderImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler FileTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler FileTypeImpl.DataSetTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler FilerImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler FieldTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler FieldTypeImpl.ConstraintsTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler DocumentStructureTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler DocumentStructureTypeImpl.FilesTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler DocumentStructureImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler DataTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler DataTypeImpl.TablesTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler ConstraintTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler CheckRuleTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 UnmarshallingEventHandler CardinalityTypeImpl.createUnmarshaller(UnmarshallingContext context)
           
 

Uses of UnmarshallingEventHandler in uk.ac.ebi.adfconverter.tools.checker.data.impl.runtime
 

Classes in uk.ac.ebi.adfconverter.tools.checker.data.impl.runtime that implement UnmarshallingEventHandler
 class AbstractUnmarshallingEventHandlerImpl
          Convenient default implementation of com.sun.xml.bind.unmarshaller.UnmarshallingEventHandler to minimize code generation.
 class UnmarshallingEventHandlerAdaptor
          Redirects events to another SAX ContentHandler.
 

Methods in uk.ac.ebi.adfconverter.tools.checker.data.impl.runtime that return UnmarshallingEventHandler
 UnmarshallingEventHandler UnmarshallingContext.getCurrentHandler()
          Gets the current handler.
 UnmarshallingEventHandler UnmarshallableObject.createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 UnmarshallingEventHandler SAXUnmarshallerHandlerImpl.getCurrentHandler()
           
 UnmarshallingEventHandler GrammarInfoImpl.createUnmarshaller(java.lang.String namespaceUri, java.lang.String localName, UnmarshallingContext context)
           
 UnmarshallingEventHandler GrammarInfo.createUnmarshaller(java.lang.String namespaceUri, java.lang.String localName, UnmarshallingContext context)
          Creates an unmarshaller that can unmarshal a given element.
 

Methods in uk.ac.ebi.adfconverter.tools.checker.data.impl.runtime with parameters of type UnmarshallingEventHandler
 void UnmarshallingContext.pushContentHandler(UnmarshallingEventHandler handler, int memento)
          Pushes the current content handler into the stack and registers the newly specified content handler so that it can receive SAX events.
 void SAXUnmarshallerHandlerImpl.pushContentHandler(UnmarshallingEventHandler handler, int memento)
           
 



European Bioinformatics InstituteMicroarray Informatics Team