Class | Description |
---|---|
AntXmlParsedData |
Special version of XmlParsedData for Ant build files.
|
CacheMigrationService |
Moves the xml cache folders from a non-standard location (jEdit settings)
into a proper place under getPluginHome().
|
CharSequenceReader |
implement a Reader on top of CharSequence, not only String
like java.io.StringReader.
|
Debug |
some debug flags for the XML plugin
|
DTDGenerator |
DTDGenerator
Generates a possible DTD from an XML document instance. |
EditTagDialog | |
ElementUtil | |
JEdit5Support |
methods making use of the new jEdit 5 APIs
|
MvnXmlParsedData |
Special version of XmlParsedData for Maven pom.xml files.
|
NamespaceBindings |
namespace to prefix map.
|
PathUtilities |
pathToURL() and urlToPath()
|
Resolver |
Resolver grabs and caches DTDs and xml schemas.
|
Resolver.Entry | |
SchemaMappingManager | |
SchemaMappingManager.LoggingErrorHandler |
logs errors and warnings to Activity Log and rethrow exception on error and fatalError to prevent
invalid documents to result in invalid SchemaMappings.
|
SideKickTagHighlight |
StructureMatcher finding the matching tag (open/close).
|
TagHighlight |
StructureMatcher finding the matching tag (open/close).
|
TemplatesManager |
install templates bundled with XMLPlugin into the relevant directory
and tell Templates plugin to refresh the list.
|
TldXmlParsedData |
Special version of XmlParsedData for tld files.
|
XmlActions | |
XmlInsert | |
XmlListCellRenderer |
displays an icon corresponding to the kind of item and a preview for entities.
|
XmlListCellRenderer.CDATA | |
XmlListCellRenderer.ClosingTag | |
XmlListCellRenderer.Comment | |
XmlListCellRenderer.WithLabel<Q> |
store a completion with its label for preview
|
XmlParsedData |
Encapsulates the results of parsing a buffer, either using Xerces or the
Swing HTML parser.
|
XmlPlugin |