JXTA

Package net.jxta.impl.document

Interface Summary
TextDocumentCommon Empty interface we use a container for utils
 

Class Summary
DOMXMLDocument This class is an implementation of the StructuredDocument interface using DOM
DOMXMLElement This class represent an element of an XML document.
LiteXMLDocument This class is an implementation of the StructuredDocument interface using a simplified XML implementation.
LiteXMLElement An element of a StructuredDocument.
LiteXMLElement.charRange Defines a range of characters, probably within a string.
LiteXMLElement.tagRange A tagRange is a collection of char ranges useful for describing XML structures.
PlainTextDocument This class is an implementation of the StructuredDocument interface using simple text
PlainTextElement This class is an implementation of the StructuredDocument interface using simple text
TextDocumentCommon.Utils static utility methods.
 


JXSE