|
JXTA | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextElement | |
---|---|
net.jxta.credential | Credentials provide the basic mechanisms for securly establishing and communicating identity within JXTA. |
net.jxta.document | JXTA Documents are containers for both structured and unstructured data. |
Uses of TextElement in net.jxta.credential |
---|
Methods in net.jxta.credential with parameters of type TextElement | |
---|---|
protected boolean |
AuthenticationCredential.handleElement(TextElement elem)
Process an individual element from the document. |
Uses of TextElement in net.jxta.document |
---|
Classes in net.jxta.document with type parameters of type TextElement | |
---|---|
interface |
StructuredTextDocument<T extends TextElement<T>>
Extends StructuredDocument to provide accessors appropriate for text
based documents. |
interface |
TextElement<T extends TextElement<T>>
Extends Element to provide String oriented
accessors for instances of StructuredTextDocument |
Subinterfaces of TextElement in net.jxta.document | |
---|---|
interface |
StructuredTextDocument<T extends TextElement<T>>
Extends StructuredDocument to provide accessors appropriate for text
based documents. |
interface |
XMLDocument<X extends XMLElement<X>>
Common interfaces for all StructuredTextDocument
which are implemented by XML Documents. |
interface |
XMLElement<X extends XMLElement<X>>
Common definition of XML Elements. |
Methods in net.jxta.document with parameters of type TextElement | |
---|---|
static Advertisement |
AdvertisementFactory.newAdvertisement(TextElement root)
Deprecated. Advertisements must be encoded in XML. This is a legacy static constructor. You should convert your code to use the XMLElement
version. |
|
JXSE | |||||||||
PREV NEXT | FRAMES NO FRAMES |