Name

StructuredTextDocument

Synopsis

This interface creates hierarchies of structured documents in terms of strings (whereas a simple structured document manipulates documents in terms of objects).

public interface StructuredTextDocument extends StructuredDocument, TextDocument, TextElement {
// Public Instance Methods
   public abstract TextElement createElement(String name);  
   public abstract TextElement createElement(String name, String value);
}

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.