Project JXTA

net.jxta.document
Interface XMLDocument

All Superinterfaces:
Attributable, Document, Element, StructuredDocument, StructuredTextDocument, TextDocument, TextElement, XMLElement

public interface XMLDocument
extends XMLElement, StructuredTextDocument

Common interfaces for all StructuredTextDocument which are implemented by XML Documents. Appropriate for advertisements and messages.


Methods inherited from interface net.jxta.document.TextElement
appendChild, getChildren, getName, getTextValue
 
Methods inherited from interface net.jxta.document.Element
appendChild, getChildren, getChildren, getKey, getParent, getRoot, getValue
 
Methods inherited from interface net.jxta.document.Attributable
addAttribute, addAttribute, getAttribute, getAttributes
 
Methods inherited from interface net.jxta.document.StructuredTextDocument
createElement, createElement
 
Methods inherited from interface net.jxta.document.StructuredDocument
createElement, createElement
 
Methods inherited from interface net.jxta.document.Document
getFileExtension, getMimeType, getStream, sendToStream
 
Methods inherited from interface net.jxta.document.TextDocument
getReader, sendToWriter, toString
 


JXTA J2SE