Package edu.ucsb.adl.reports

Metadata parsers, converters, validators, and formatters.

See:
          Description

Interface Summary
XmlHandler The event-handling interface for the high-performance validating XML parser.
 

Class Summary
AccessReportDtd DTD parse tables.
AccessReportIdentifierRenamer Transforms ADL access reports by renaming collection names that appear in ADL identifiers.
AccessReportValidator Validates ADL access reports.
BrowseReportDtd DTD parse tables.
BrowseReportIdentifierRenamer Transforms ADL browse reports by renaming collection names that appear in ADL identifiers.
BrowseReportParser Parses ADL browse reports.
BrowseReportParser.BrowseImage Describes a browse-size image representation of a collection holding.
BrowseReportParser.BrowseRepresentation The abstract superclass for the different types of browse representations (though at the moment there is only one type).
BrowseReportValidator Validates ADL browse reports.
BucketReport Parses and represents ADL bucket reports.
BucketReport.BoxSpatialValue A box spatial value.
BucketReport.DateTemporalValue A date temporal value.
BucketReport.Field Identifies a source metadata field.
BucketReport.HierarchicalValue A hierarchical bucket value, i.e., a vocabulary term.
BucketReport.IdentificationValue An identification bucket value, i.e., an identifier drawn from a namespace.
BucketReport.NumericValue A numeric bucket value.
BucketReport.PointSpatialValue A point spatial value.
BucketReport.PolygonSpatialValue A polygon spatial value.
BucketReport.PolylineSpatialValue A polyline spatial value.
BucketReport.RangeTemporalValue A range temporal value.
BucketReport.RelationalValue A relational bucket value.
BucketReport.SpatialValue A spatial bucket value, i.e., a geographic region.
BucketReport.TemporalValue A temporal bucket value, i.e., a date or date range.
BucketReport.TextualValue A textual bucket value.
BucketReport.Value Abstract base class for bucket values.
BucketReport.Vertex A polygon or polyline vertex.
BucketReportDtd DTD parse tables.
BucketReportIdentifierRenamer Transforms ADL bucket reports by renaming collection names that appear in ADL identifiers.
BucketReportValidator Validates ADL bucket reports.
DtdTableGenerator Standalone, offline program that generates the parse tables for a given XML DTD.
StandardBuckets The names and types of the standard ADL buckets.
ValidatingXmlParser High-performance, DTD-based, table-driven validating XML parser.
XmlDtd Represents an XML DTD.
XmlDtd.Attribute Represents an attribute.
XmlDtd.Element Represents an element.
 

Exception Summary
XmlException An XML-related exception.
 

Package edu.ucsb.adl.reports Description

Metadata parsers, converters, validators, and formatters.