Package fr.gouv.culture.sdx.document

Implementation of SDX' own concept of document.

See:
          Description

Interface Summary
Document A document that can be managed by SDX.
IndexableDocument An indexable document is a document that can be indexed with SDX.
ParsableDocument An interface for documents that can be parsed in an XML sense.
 

Class Summary
AbstractDocument An abstract representation of a document.
AbstractIndexableDocument An abstract class for indexable documents.
BinaryDocument  
HTMLDocument An HTML document, parsable and indexable.
IndexableFieldProperty Created by IntelliJ IDEA.
OAIDocument An OAI document in a SDX documents collection has a date of harvest and an OAI identifier.
XMLDocument An XML document, parsable and indexable.
 

Package fr.gouv.culture.sdx.document Description

Implementation of SDX' own concept of document.

SDX being a search engine for XML documents, the concept of document is central in its model. The class hierarchy give some hints on basic properties of documents in SDX :

The class AbstractDocument is a conveninent class for implementing new types of documents.

In the near future, HTML documents will be supported, both as parsable dans indexable documents. Other document types such as PDF could be made indexable in the future.



Copyright © 2000-2004 Ministere de la culture et de la communication / AJLSM. All Rights Reserved.