|
Project 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 |
|---|
| Subinterfaces of TextElement 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. |
interface |
XMLElement
Common definition of XML Elements. |
| Methods in net.jxta.document that return TextElement | |
|---|---|
TextElement |
StructuredTextDocument.createElement(String name)
Create a new element without value. |
TextElement |
StructuredTextDocument.createElement(String name,
String value)
Create a new element with value. |
| Methods in net.jxta.document with parameters of type TextElement | |
|---|---|
void |
TextElement.appendChild(TextElement element)
Add a child element to this element |
static Advertisement |
AdvertisementFactory.newAdvertisement(TextElement root)
Constructs an instance of Advertisement matching the type
specified by the root parameter. |
|
JXTA J2SE | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||