Name

TextElement

Synopsis

This interface lets you work with elements in terms of string values (as opposed to the object values used by the Element interface).

public interface TextElement extends Element {
// Public Instance Methods
   public abstract void appendChild(TextElement element);  
   public abstract java.util.Enumeration getChildren(String name);
   public abstract String getName();  
   public abstract String getTextValue();  
}

Implementations

StructuredTextDocument

Passed To

AdvertisementFactory.newAdvertisement(), TextElement.appendChild()

Returned By

StructuredTextDocument.createElement()

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.