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 StructuredDocuments
Attributable Interface for name value pairs to be associated with some base object.
Document JXTA documents are simple containers for data.
Element An element represents a portion of a StructuredDocument.
StructuredDocument StructuredDocuments are composed of a hierachy of elements very much like XML documents.
StructuredDocumentFactory.Instantiator Interface for instantiators of StructuredDocuments
StructuredDocumentFactory.TextInstantiator Interface for instantiators of StructuredTextDocuments
StructuredTextDocument StructuredTextDocument extends StructuredDocument to provide convenient String oriented accessors.
TextDocument This interface represents a Text based Document.
TextElement Extends Element to provide String oriented accessors for instances of StructuredTextDocument
 

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.
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

Project JXTA