|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
XMLAttributes
class has the same role as the
XMLElementWrapper
, it wraps the attributes of a JDOM
element and present the methods defined in the AttributeSet
interface of the Swing text package.XMLElementWrapper
class.XMLDocument
class wraps a Swing Document
around a JDOM XML document. DocumentEvent
class represents a set of modifications
that have been done on the document. len
characters starting at offset offs
in
document doc.
.
value
string at starting at offset offs
in document doc.
.
XMLDocument
.
XMLDocument
with the given
rootElement
as a root node.
XMLDocument
with the given
rootElement
as a root node, with the specified document
type.
XMLElement
is a subclass of the JDOM Element class that
allows it to wrapped by XMLElementWrapper
objects.
The interest is that the XMLElement can be used both in a JDOM and in a
Swing document model, thus allowing the manipuation with the JDOM API to be
reflected visually by the Swing text representation mechanisms.
This class differs in some ways from its JDOM parent, it is a little bit
slower but notifies the containing XMLDocument
of any ongoing
changes, thus allowing to use either the JDOM model or the Swing model for
document content manipulation.XMLElementWrapper
allows a JDOM Element
to appear a Swing Element
. XMLElemetWrapper
fron the given
XMLElement
, which is a JDOM Element
sublass.
XMLInformation
class stores information related to a
specific element. XMLNode
interface describes the interface of the nodes, or
elements, present in an XMLDocument. XMLText
is simply an extension to the JDOM
Text
that has an emebedded wrapper which enable it to take the
form of a Swing document model element.XMLStringWrapper
class wraps an XMLString
so
as to it becomes usable in the Swing document model. XMLViewFactory
associates a View
to each
element of the document.
|
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |