Class Summary |
ActionPlugin |
This defines the general interface that all plugins for jsXe must implement. |
ActionPlugin.Broken |
|
ActionSet |
A set of actions. |
BufferHistory |
Maintains the files that have been used recently and their properties. |
BufferHistory.BufferHistoryEntry |
Represents an entry in the buffer history. |
CatalogManager |
The CatalogManager implements cataloging external entities to a local cache
so that it can be later retrieved without having to retrieve it from the
external source on every parse. |
CatalogManager.Entry |
|
CustomFileFilter |
A custom class that implements the FileFilter interface. |
DocumentBuffer |
The DocumentBuffer class implements application specific properties of an
XML document. |
JARClassLoader |
A class loader implementation that loads classes from JAR files. |
jsXe |
The main class of the java simple XML editor (jsXe) |
OperatingSystem |
Operating system detection routines. |
ViewPlugin |
This abstract class defines plugins that specify a view that is used to edit
XML documents. |