Project JXTA

net.jxta.impl.document
Interface XMLDocumentCommon

All Superinterfaces:
Attributable, Document, Element, StructuredDocument, StructuredTextDocument, TextDocument, TextDocumentCommon, TextElement, XMLDocument, XMLElement
All Known Implementing Classes:
DOMXMLDocument, LiteXMLDocument

public interface XMLDocumentCommon
extends TextDocumentCommon, XMLDocument

Common definition of XML Documents. Appropriate for advertisements and messages.


Nested Class Summary
static class TextDocumentCommon.Utils
          static utility methods.
 
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.Element
appendChild, getChildren, getChildren, getKey, getParent, getRoot, getValue
 
Methods inherited from interface net.jxta.document.TextDocument
getReader, sendToWriter, toString
 
Methods inherited from interface net.jxta.document.TextElement
appendChild, getChildren, getName, getTextValue
 
Methods inherited from interface net.jxta.document.Attributable
addAttribute, addAttribute, getAttribute, getAttributes
 


JXTA J2SE