Project 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.
Element An element represents a portion of a StructuredDocument.
StructuredDocument 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 Extends StructuredDocument to provide accessors appropriate for text based documents.
TextDocument Extends Document for text documents.
TextElement Extends Element to provide String oriented accessors for instances of StructuredTextDocument
XMLDocument Common interfaces for all StructuredTextDocument which are implemented by XML Documents.
XMLElement 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 Advertisements.
Attribute A name value pair which is associated with some base object.
ExtendableAdvertisement Extendable advertisements provide features for allowing inheritance of advertisement types.
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

JXTA J2SE