Package org.xoe.core.content

Interface Summary
IContentTypeResolver  
IDocumentBuilder This interface defines a XOE Service for building XML Documents from raw content.
 

Class Summary
ContentCache The ContentCache class provides a local cache for all content, whether it be from the local virtual filesystem (the Stash) or the web.
ContentElement The ContentElement class represents the atomic unit of content handling in the XOE system.
ContentElementFactory The ContentElementFactory class is used to construct content elements for the Content Cache and the Stash.
ContentType This class is designed to support finding basic information about the data type of a document or resource, using IContentTypeResolver service providers.
DefaultContentTypeResolver The class DefaultContentTypeResolver keeps track of basic suffix->mimetype mappings.
DocumentCache The DocumentCache class provides a convenient front-end to the Content Cache for handling XML documents.
Stash The class Stash represents a virtual filesystem implemented as a DOM tree of content elements.
StashDirectory StashDirectory is a simple DOM element that represents a direcotory in the stash VFS.
 

Exception Summary
StashException Indicates that there was an exception while accessing the Stash.