|
Project JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextDocument | |
---|---|
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 TextDocument in net.jxta.document |
---|
Subinterfaces of TextDocument in net.jxta.document | |
---|---|
interface |
StructuredTextDocument
Extends StructuredDocument to provide accessors appropriate for text
based documents. |
interface |
XMLDocument
Common interfaces for all StructuredTextDocument
which are implemented by XML Documents. |
Uses of TextDocument in net.jxta.endpoint |
---|
Classes in net.jxta.endpoint that implement TextDocument | |
---|---|
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. |
Fields in net.jxta.endpoint declared as TextDocument | |
---|---|
protected TextDocument |
TextDocumentMessageElement.doc
The data for this element. |
Constructors in net.jxta.endpoint with parameters of type TextDocument | |
---|---|
TextDocumentMessageElement(String name,
TextDocument doc,
MessageElement sig)
Create a new Message Element from the provided Document. |
|
JXTA J2SE | |||||||||
PREV NEXT | FRAMES NO FRAMES |