Humboldt Alignment Editor 2.5.0

Uses of Class
eu.esdihumboldt.hale.common.core.io.impl.AbstractIOProvider

Packages that use AbstractIOProvider
eu.esdihumboldt.hale.common.align.io.impl   
eu.esdihumboldt.hale.common.core.io.impl   
eu.esdihumboldt.hale.common.core.io.project.impl   
eu.esdihumboldt.hale.common.instance.io.impl   
eu.esdihumboldt.hale.common.schema.io.impl   
eu.esdihumboldt.hale.io.codelist.xml.reader   
eu.esdihumboldt.hale.io.csv.reader.internal   
eu.esdihumboldt.hale.io.gml.reader.internal   
eu.esdihumboldt.hale.io.gml.writer   
eu.esdihumboldt.hale.io.gml.writer.internal   
eu.esdihumboldt.hale.io.html   
eu.esdihumboldt.hale.io.oml   
eu.esdihumboldt.hale.io.project.jaxb.reader   
eu.esdihumboldt.hale.io.shp.reader.internal   
eu.esdihumboldt.hale.io.xml.validator   
eu.esdihumboldt.hale.io.xsd.reader   
eu.esdihumboldt.hale.ui.style.io.impl   
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.common.align.io.impl
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.common.align.io.impl
 class AbstractAlignmentReader
          Abstract alignment reader implementation
 class AbstractAlignmentWriter
          Abstract alignment writer implementation
 class DefaultAlignmentReader
          HALE alignment reader
 class DefaultAlignmentWriter
          HALE alignment writer
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.common.core.io.impl
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.common.core.io.impl
 class AbstractExportProvider
          Abstract ExportProvider implementation
 class AbstractImportProvider
          Abstract ImportProvider implementation
 class GZipEnabledExport
          Export provider that supports GZiped output based on the content type.
 class GZipEnabledImport
          Import provider that supports GZiped input based on the content type.
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.common.core.io.project.impl
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.common.core.io.project.impl
 class AbstractProjectReader
          Abstract project reader with information on project and projectfiles
 class AbstractProjectWriter
          Abstract project writer with information on project and projectfiles
 class ArchiveProjectReader
          Load project from a zip-archive (created by ArchiveProjectWriter)
 class ArchiveProjectWriter
          Save projects (including all related resources) as an archive (zip)
 class DefaultProjectReader
          Reads a project file
 class DefaultProjectWriter
          Writes a project file
 class XMLProjectReader
          Reads projects from XML files
 class XMLProjectWriter
          Writes projects to XML files
 class ZipProjectReader
          Reads archived projects
 class ZipProjectWriter
          Writes archived projects
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.common.instance.io.impl
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.common.instance.io.impl
 class AbstractInstanceReader
          Abstract InstanceReader base implementation
 class AbstractInstanceValidator
          Abstract InstanceValidator base implementation
 class AbstractInstanceWriter
          Abstract InstanceWriter base implementation
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.common.schema.io.impl
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.common.schema.io.impl
 class AbstractSchemaReader
          Base implementation for SchemaReaders
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.io.codelist.xml.reader
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.io.codelist.xml.reader
 class XmlCodeListReader
          Reads a code list based on XML
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.io.csv.reader.internal
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.io.csv.reader.internal
 class CSVInstanceReader
          Reads instances from a CSVfile
 class CSVSchemaReader
          Reads a schema from a CSV file.
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.io.gml.reader.internal
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.io.gml.reader.internal
 class GmlInstanceReader
          Factory for XML instance readers
 class StreamGmlReader
          Reads XML/GML from a stream
 class XmlInstanceReader
          Factory for XML instance readers
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.io.gml.writer
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.io.gml.writer
 class CityGMLInstanceWriter
          Instance writer for CityGML schemas, using CityModel as container, with cityObjectMembers.
 class GmlInstanceWriter
          Writes instances to a GML FeatureCollection
 class XmlInstanceWriter
          Writes instances to a XML file
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.io.gml.writer.internal
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.io.gml.writer.internal
 class StreamGmlWriter
          Writes GML/XML using a XMLStreamWriter
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.io.html
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.io.html
 class HtmlMappingExporter
          Export a Mapping to HTML for documentation purposes.
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.io.oml
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.io.oml
 class OmlReader
          This class reads the OML Document into Java Object.
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.io.project.jaxb.reader
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.io.project.jaxb.reader
 class ProjectParser
          The project parser reads a given project XML file and populates a Project instance accordingly.
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.io.shp.reader.internal
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.io.shp.reader.internal
 class ShapeInstanceReader
          Reads instances from a shapefile.
 class ShapeSchemaReader
          Reads a schema from a shapefile.
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.io.xml.validator
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.io.xml.validator
 class XmlInstanceValidator
          Validates XML
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.io.xsd.reader
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.io.xsd.reader
 class XmlSchemaReader
          The main functionality of this class is to load an XML schema file (XSD) and create a schema with TypeDefinitions.
 

Uses of AbstractIOProvider in eu.esdihumboldt.hale.ui.style.io.impl
 

Subclasses of AbstractIOProvider in eu.esdihumboldt.hale.ui.style.io.impl
 class AbstractStyleWriter
          Base class for StyleWriter implementations.
 class SLDStyleReader
          Read styles from SLD.
 class SLDStyleWriter
          Writes styles to SLD.
 


Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d