JXTA

Uses of Interface
net.jxta.document.TextDocumentReaderIO

Packages that use TextDocumentReaderIO
net.jxta.document JXTA Documents are containers for both structured and unstructured data. 
net.jxta.endpoint Provides interfaces and classes used for the addressing, filtering, sending, and receiving of messages within JXTA. 
 

Uses of TextDocumentReaderIO in net.jxta.document
 

Subinterfaces of TextDocumentReaderIO in net.jxta.document
 interface StructuredTextDocument<T extends TextElement<T>>
          Extends StructuredDocument to provide accessors appropriate for text based documents.
 interface TextDocument
          Extends Document for text documents.
 interface XMLDocument<X extends XMLElement<X>>
          Common interfaces for all StructuredTextDocument which are implemented by XML Documents.
 

Uses of TextDocumentReaderIO in net.jxta.endpoint
 

Classes in net.jxta.endpoint that implement TextDocumentReaderIO
 class StringMessageElement
          A Message Element using character strings for the element data.
 class TextDocumentMessageElement
          A Message Element using JXTA TextDocument for the element data.
 class TextMessageElement
          An extension of MessageElement for managing elements that are composed of character text.
 


JXSE