JXTA

Package net.jxta.document

JXTA Documents are containers for both structured and unstructured data.

See:
          Description

Interface Summary
AdvertisementFactory.Instantiator Interface for instantiators of Advertisements
Attributable Interface for name value pairs to be associated with some base object.
Document A simple typed container for data.
DocumentByteArrayIO Provides byte array based interfaces for manipulating Document contents.
DocumentByteBufferIO Provides ByteBuffer based interfaces for manipulating Document contents.
DocumentStreamIO Provides stream based interfaces for manipulating Document contents.
Element<E extends Element<E>> An element represents a portion of a StructuredDocument.
StructuredDocument<E extends Element<E>> An extension of Document which allows the content of a document to be specified by a hierarchy of elements.
StructuredDocumentFactory.Instantiator Interface for instantiators of StructuredDocuments
StructuredDocumentFactory.TextInstantiator Interface for instantiators of StructuredTextDocuments
StructuredTextDocument<T extends TextElement<T>> Extends StructuredDocument to provide accessors appropriate for text based documents.
TextDocument Extends Document for text documents.
TextDocumentCharArrayIO Provides char array based interfaces for manipulating TextDocuments.
TextDocumentCharBufferIO Provides Reader/Writer based interfaces for manipulating TextDocuments.
TextDocumentCharSequenceIO Provides Reader/Writer based interfaces for manipulating TextDocuments.
TextDocumentReaderIO Provides Reader/Writer based interfaces for manipulating TextDocuments.
TextElement<T extends TextElement<T>> Extends Element to provide String oriented accessors for instances of StructuredTextDocument
XMLDocument<X extends XMLElement<X>> Common interfaces for all StructuredTextDocument which are implemented by XML Documents.
XMLElement<X extends XMLElement<X>> Common definition of XML Elements.
 

Class Summary
Advertisement Advertisements are core JXTA objects that are used to advertise Peers, PeerGroups, Services, Pipes or other JXTA resources.
AdvertisementFactory A Factory class for constructing Advertisements.
Attribute A name value pair which is associated with some base object.
BinaryDocument This class is an implementation of the Document interface.
ExtendableAdvertisement Extendable advertisements provide features for allowing inheritance of advertisement types.
FileDocument This class presents a Document interface for a specific file on disk.
MimeMediaType MIME Media Types are used to describe the format of data streams.
StructuredDocumentFactory A factory for constructing instances of StructuredDocument.
StructuredDocumentFactory.Instantiator.ExtensionMapping For mapping between extensions and MIME types.
StructuredDocumentUtils Provides a number of static utility members which are helpful in manipluating StructuredDocuments.
 

Package net.jxta.document Description

JXTA Documents are containers for both structured and unstructured data. Advertisements are used to describe JXTA resources such as peers, groups, services, and codats.

See Also:
JXTA Protocols Specification : Advertisementss

JXSE